Fix trivial compilation error:

gui_utils.c:1880:39: error: no newline at end of file


svn path=/trunk/; revision=38547
This commit is contained in:
Stephen Fisher 2011-08-15 16:17:36 +00:00
parent 06457078ea
commit 68101b5aec
1 changed files with 1 additions and 1 deletions

View File

@ -1877,4 +1877,4 @@ gdk_pixbuf_get_from_surface (cairo_surface_t *surface,
return dest;
}
#endif /* !GTK_CHECK_VERSION(3,0,0) */
#endif /* GTK_CHECK_VERSION(2,22,0) */
#endif /* GTK_CHECK_VERSION(2,22,0) */