diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-03-06 00:09:28 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-03-06 00:09:28 +0000 |
commit | cf31d765e8748184420ee8af497ee3f075babf37 (patch) | |
tree | 46b06baf1bd5b438f905e13a9339c670ce53126c /gtk/gtkimmodule.h | |
parent | d5e0710d688a1d17f1ffa0b921c5049521865833 (diff) | |
download | gtk+-cf31d765e8748184420ee8af497ee3f075babf37.tar.gz |
fix busted /* comment */
Mon Mar 5 19:10:15 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkimmodule.h: fix busted /* comment */
Diffstat (limited to 'gtk/gtkimmodule.h')
-rw-r--r-- | gtk/gtkimmodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimmodule.h b/gtk/gtkimmodule.h index d9ce11b68e..a3ecf1b08f 100644 --- a/gtk/gtkimmodule.h +++ b/gtk/gtkimmodule.h @@ -59,4 +59,4 @@ GtkIMContext *im_module_create (const gchar *context_id); } #endif /* __cplusplus */ -#endif __GTK_IM_MODULE_H__ +#endif /* __GTK_IM_MODULE_H__ */ |