diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-21 23:02:57 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-21 23:02:57 -0800 |
commit | ee596f7f67b203d04974fce16deadfcd122d0441 (patch) | |
tree | 41e41e112964e1296a1887b64ad7ddc3cbe64c53 /xdpyinfo.c | |
parent | 5509502647a997959ec056fec23d471b73eddb5f (diff) |
Mark usage() as _X_NORETURN
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xdpyinfo.c')
-rw-r--r-- | xdpyinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1436,7 +1436,7 @@ print_marked_extensions(Display *dpy) } } -static void +static void _X_NORETURN usage(void) { fprintf (stderr, "usage: %s [options]\n", ProgramName); |