diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-12-09 13:01:17 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-12-09 13:01:17 +0000 |
commit | adc2698da1d3dddd0b33f6ab80cfb63f9ae83b56 (patch) | |
tree | 23e09be1e3c95976d0c6650ccb5fe0e194c136ee /gdk/gdkprivate.h | |
parent | a309b7dd121980d3b90541bbdada40aaf32c8b27 (diff) | |
download | gtk+-adc2698da1d3dddd0b33f6ab80cfb63f9ae83b56.tar.gz |
put text after #endif in comment
* gdk/gdkprivate.h: put text after #endif in comment
* gdk/gdktypes.h: change whitespace in enum to shut up makeenums.pl
* gtk/testdnd.c: #include <string.h>
-Yosh
Diffstat (limited to 'gdk/gdkprivate.h')
-rw-r--r-- | gdk/gdkprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h index e095853d3f..6131cb55ae 100644 --- a/gdk/gdkprivate.h +++ b/gdk/gdkprivate.h @@ -291,7 +291,7 @@ void gdk_ic_cleanup (void); extern GdkICPrivate *gdk_xim_ic; /* currently using IC */ extern GdkWindow *gdk_xim_window; /* currently using Window */ -#endif USE_XIM +#endif /* USE_XIM */ /* Debugging support */ |