diff options
Diffstat (limited to 'bin/expr/expr.c')
| -rw-r--r-- | bin/expr/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/expr/expr.c b/bin/expr/expr.c index 27f67653a34..83bf979c3c9 100644 --- a/bin/expr/expr.c +++ b/bin/expr/expr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expr.c,v 1.14 2003/05/14 01:15:01 jsyn Exp $ */ +/* $OpenBSD: expr.c,v 1.15 2003/06/11 23:42:12 deraadt Exp $ */ /* $NetBSD: expr.c,v 1.3.6.1 1996/06/04 20:41:47 cgd Exp $ */ /* @@ -224,7 +224,7 @@ nexttoken(int pat) } __dead void -error() +error(void) { errx(2, "syntax error"); /* NOTREACHED */ |
