changeset 150:1a7de2c68290

declare usage() with PF(). from wiz
author David A. Holland
date Tue, 17 Sep 2013 14:58:45 -0400
parents c440247cbd69
children ccfcf1da156b
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sat Aug 24 18:50:05 2013 -0400
+++ b/main.c	Tue Sep 17 14:58:45 2013 -0400
@@ -934,7 +934,7 @@
 	return false;
 }
 
-DEAD static
+DEAD PF(2, 3) static
 void
 usage(const char *progname, const char *fmt, ...)
 {