summaryrefslogtreecommitdiff
path: root/xdpyinfo.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-21 23:02:57 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-21 23:02:57 -0800
commitee596f7f67b203d04974fce16deadfcd122d0441 (patch)
tree41e41e112964e1296a1887b64ad7ddc3cbe64c53 /xdpyinfo.c
parent5509502647a997959ec056fec23d471b73eddb5f (diff)
Mark usage() as _X_NORETURN
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xdpyinfo.c')
-rw-r--r--xdpyinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdpyinfo.c b/xdpyinfo.c
index 2482156..fdf2515 100644
--- a/xdpyinfo.c
+++ b/xdpyinfo.c
@@ -1436,7 +1436,7 @@ print_marked_extensions(Display *dpy)
}
}
-static void
+static void _X_NORETURN
usage(void)
{
fprintf (stderr, "usage: %s [options]\n", ProgramName);