From b6ea75cfc9712b77a0886c4348d6fb519641e40e Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Mon, 21 Jan 2008 03:11:44 +0000 Subject: de K&Rify, fix prototypes --- zwgc/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zwgc/main.h') diff --git a/zwgc/main.h b/zwgc/main.h index 7b6405d..3d6ea05 100644 --- a/zwgc/main.h +++ b/zwgc/main.h @@ -33,7 +33,7 @@ extern char *location_override; * program with error code 1. */ -extern void usage(); +extern void usage(void); /* USRDESC points to a file (relative to user's homedir) which has a user's description file */ -- cgit v1.2.3