diff options
Diffstat (limited to 'gdk/x11/gdkkeys-x11.c')
-rw-r--r-- | gdk/x11/gdkkeys-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c index 8d8876a1ad..f5a163a767 100644 --- a/gdk/x11/gdkkeys-x11.c +++ b/gdk/x11/gdkkeys-x11.c @@ -785,4 +785,4 @@ gdk_keyval_convert_case (guint symbol, if (upper) *upper = xupper; } -#endif HAVE_XCONVERTCASE +#endif /* HAVE_XCONVERTCASE */ |