summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2012-08-25 12:15:02 -0700
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2012-08-25 12:15:02 -0700
commitfa40ecdfb5cd068ba531b4439df5bbf660469d3a (patch)
tree77e6254b433cc6683800cd8cf4a5fe712cfd66a9
parent5037f79e8f6a36d3c524a2dd8150cf96c31b7106 (diff)
Declare usage() as _X_NORETURN
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
-rw-r--r--xwininfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xwininfo.c b/xwininfo.c
index f1126e6..eaed92d 100644
--- a/xwininfo.c
+++ b/xwininfo.c
@@ -278,6 +278,7 @@ static size_t strlcat (char *dst, const char *src, size_t dstsize)
/*
* Report the syntax for calling xwininfo:
*/
+_X_NORETURN
static void
usage (void)
{