summaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-05-17 15:53:57 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-05-17 15:53:57 +1000
commit14a9802d78953790ee90f13f244a2e412404f550 (patch)
treea7acbc4926085cf7b85266360665e11b3797a559 /usage.c
parent5ced43e5b623b87c33e7188ddf7c6cb5fe09990c (diff)
Fix compiler warnings
xkbset.h:44:1: warning: function declaration isn’t a prototype usage.c:33:6: warning: old-style function definition Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index 7e818b1..0afa2d7 100644
--- a/usage.c
+++ b/usage.c
@@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "xkbset.h"
-void print_usage()
+void print_usage(void)
{
printf("Usage: To set or unset various options:\n");
printf("\n");