diff options
Diffstat (limited to 'gtk/gtkimmodule.c')
-rw-r--r-- | gtk/gtkimmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c index 4c250cfd00..8043d2cca6 100644 --- a/gtk/gtkimmodule.c +++ b/gtk/gtkimmodule.c @@ -266,7 +266,7 @@ correct_libdir_prefix (gchar **path) static void -gtk_im_module_init () +gtk_im_module_init (void) { GString *line_buf = g_string_new (NULL); GString *tmp_buf = g_string_new (NULL); |