diff options
-rw-r--r-- | usr.bin/compile_et/compile_et.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compile_et/compile_et.c b/usr.bin/compile_et/compile_et.c index 37478fc46b8..cb3b75e2b72 100644 --- a/usr.bin/compile_et/compile_et.c +++ b/usr.bin/compile_et/compile_et.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compile_et.c,v 1.9 2000/12/24 11:53:11 aaron Exp $ */ +/* $OpenBSD: compile_et.c,v 1.10 2003/06/25 21:19:34 deraadt Exp $ */ /* * Copyright (c) 1998, 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). @@ -180,7 +180,7 @@ generate(void) } static void -usage() +usage(void) { extern char *__progname; |