diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-09-04 20:54:39 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-09-04 20:54:39 +0000 |
commit | 2c8fc56d21b696053b6c48bbfcc18a948ebaed22 (patch) | |
tree | 4612d148147b61b9d3b79f2fffc474328ee4db5b /gdk/gdkpixbuf.h | |
parent | 49a6b8335d4d9fa063aaaf899bd34cb8319ee7fd (diff) | |
download | gdk-pixbuf-2c8fc56d21b696053b6c48bbfcc18a948ebaed22.tar.gz |
Put text after #endif inside a comment to avoid ANSI warning.
* gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid ANSI warning.
Diffstat (limited to 'gdk/gdkpixbuf.h')
-rw-r--r-- | gdk/gdkpixbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpixbuf.h b/gdk/gdkpixbuf.h index 271e9931d..8a487c448 100644 --- a/gdk/gdkpixbuf.h +++ b/gdk/gdkpixbuf.h @@ -72,4 +72,4 @@ GdkPixbuf *gdk_pixbuf_get_from_drawable (GdkPixbuf *dest, } #endif /* __cplusplus */ -#endif __GDK_PIXBUF_H__ +#endif /* __GDK_PIXBUF_H__ */ |