summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-07 20:27:10 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-01-07 20:27:10 -0800
commit064e52f367a2b55e6c32c778684da946c319ca81 (patch)
treef550722249ed52191ec92346351f22d98649bd72
parent98d5614d4688013e2fe7447eab723e0a43ee27b8 (diff)
xwininfo.c:282: warning: no previous prototype for 'usage'
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xwininfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwininfo.c b/xwininfo.c
index 42a38a0..74c52c0 100644
--- a/xwininfo.c
+++ b/xwininfo.c
@@ -277,7 +277,7 @@ static size_t strlcat (char *dst, const char *src, size_t dstsize)
/*
* Report the syntax for calling xwininfo:
*/
-void
+static void
usage (void)
{
fprintf (stderr,