diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2011-08-15 16:17:36 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2011-08-15 16:17:36 +0000 |
commit | 68101b5aecc42e3975ae552f045eb61040c5bb9d (patch) | |
tree | a50b6594d3fea9e88876cfca830f3f96b908dd3d /gtk/gui_utils.c | |
parent | 06457078ea5aee44fb900742f29f9e4a06ce052c (diff) | |
download | wireshark-68101b5aecc42e3975ae552f045eb61040c5bb9d.tar.gz wireshark-68101b5aecc42e3975ae552f045eb61040c5bb9d.tar.bz2 wireshark-68101b5aecc42e3975ae552f045eb61040c5bb9d.zip |
Fix trivial compilation error:
gui_utils.c:1880:39: error: no newline at end of file
svn path=/trunk/; revision=38547
Diffstat (limited to 'gtk/gui_utils.c')
-rw-r--r-- | gtk/gui_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gui_utils.c b/gtk/gui_utils.c index d6c21e4a21..6531f0cdc6 100644 --- a/gtk/gui_utils.c +++ b/gtk/gui_utils.c @@ -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) */
\ No newline at end of file +#endif /* GTK_CHECK_VERSION(2,22,0) */ |