summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/m4/expr.c')
-rw-r--r--usr.bin/m4/expr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c
index 9272f6b..4b98e01 100644
--- a/usr.bin/m4/expr.c
+++ b/usr.bin/m4/expr.c
@@ -496,10 +496,10 @@ num()
ndig++;
}
ungetch();
-
+
if (ndig == 0)
experr("bad constant");
-
+
return rval;
}
@@ -562,7 +562,7 @@ skipws()
}
/*
- * resets environment to eval(), prints an error
+ * resets environment to eval(), prints an error
* and forces eval to return FALSE.
*/
static void
OpenPOWER on IntegriCloud