[Xfce4-commits] <xfce4-xkb-plugin:master> Fix function declaration.
Jérôme Guelfucci
noreply at xfce.org
Thu Apr 28 21:26:22 CEST 2011
Updating branch refs/heads/master
to c1cd989a3e0a4ab3698a237291d5b26572a576c2 (commit)
from 791728bd4f31fd2e3cfd423fec5828d7b716b5fe (commit)
commit c1cd989a3e0a4ab3698a237291d5b26572a576c2
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Apr 28 20:17:37 2011 +0200
Fix function declaration.
panel-plugin/xkb-config.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/xkb-config.c b/panel-plugin/xkb-config.c
index 375b138..8d33f8b 100644
--- a/panel-plugin/xkb-config.c
+++ b/panel-plugin/xkb-config.c
@@ -536,7 +536,7 @@ handle_xevent (GdkXEvent * xev, GdkEvent * event)
}
XklConfigRegistry*
-xkb_config_get_xkl_registry ()
+xkb_config_get_xkl_registry (void)
{
XklConfigRegistry *registry;
@@ -549,7 +549,7 @@ xkb_config_get_xkl_registry ()
}
gint
-xkb_config_get_max_layout_number ()
+xkb_config_get_max_layout_number (void)
{
if (config == NULL) return 0;
More information about the Xfce4-commits
mailing list