diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-08 10:27:37 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-11-08 10:27:37 +0000 |
commit | c7b7e6a2a984c4642b20eda63162e706d3451fc3 (patch) | |
tree | ee923ca4c409e2e28853aaf28c7bc06ba06ddd9e /app/xcompmgr/xcompmgr.c | |
parent | 72747b5f0397f355d20c527ff718b9c8c0c89c97 (diff) |
Fix small merge glitch.
Diffstat (limited to 'app/xcompmgr/xcompmgr.c')
-rw-r--r-- | app/xcompmgr/xcompmgr.c | 4 |
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); |