summaryrefslogtreecommitdiff
path: root/app/xcompmgr/xcompmgr.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-08 10:27:37 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-08 10:27:37 +0000
commitc7b7e6a2a984c4642b20eda63162e706d3451fc3 (patch)
treeee923ca4c409e2e28853aaf28c7bc06ba06ddd9e /app/xcompmgr/xcompmgr.c
parent72747b5f0397f355d20c527ff718b9c8c0c89c97 (diff)
Fix small merge glitch.
Diffstat (limited to 'app/xcompmgr/xcompmgr.c')
-rw-r--r--app/xcompmgr/xcompmgr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xcompmgr/xcompmgr.c b/app/xcompmgr/xcompmgr.c
index 6da82ab01..56baed155 100644
--- a/app/xcompmgr/xcompmgr.c
+++ b/app/xcompmgr/xcompmgr.c
@@ -1,5 +1,5 @@
/*
- * $Id: xcompmgr.c,v 1.3 2009/11/08 10:14:59 matthieu Exp $
+ * $Id: xcompmgr.c,v 1.4 2009/11/08 10:27:36 matthieu Exp $
*
* Copyright © 2003 Keith Packard
*
@@ -1851,7 +1851,7 @@ ev_window (XEvent *ev)
}
#endif
-void
+static void
usage (char *program)
{
fprintf (stderr, "%s v1.1.5\n", program);