diff options
author | 2010-09-07 19:58:09 +0000 | |
---|---|---|
committer | 2010-09-07 19:58:09 +0000 | |
commit | c17ca14eab3485c6eba01f13c9533d612af0c37d (patch) | |
tree | 55311459d0cac9c30a72a647b7f5d3ecc0d34022 /usr.bin/m4/expr.c | |
parent | do not use .B, which is man(7), not mdoc(7); and stop .Tn abuse (diff) | |
download | wireguard-openbsd-c17ca14eab3485c6eba01f13c9533d612af0c37d.tar.xz wireguard-openbsd-c17ca14eab3485c6eba01f13c9533d612af0c37d.zip |
Remove stray spaces. No code change.
Diffstat (limited to 'usr.bin/m4/expr.c')
-rw-r--r-- | usr.bin/m4/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index b04c0da3b37..6e0b45fa5e4 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expr.c,v 1.17 2006/01/20 23:10:19 espie Exp $ */ +/* $OpenBSD: expr.c,v 1.18 2010/09/07 19:58:09 marco Exp $ */ /* * Copyright (c) 2004 Marc Espie <espie@cvs.openbsd.org> * @@ -33,7 +33,7 @@ yyerror(const char *msg) return(0); } -int +int expr(const char *toeval) { copy_toeval = toeval; |