From 5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 22 Nov 1999 08:17:50 +0000 Subject: zsh-workers/8711 --- Src/math.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/math.c') diff --git a/Src/math.c b/Src/math.c index 7e4230c9b..1f073ba2e 100644 --- a/Src/math.c +++ b/Src/math.c @@ -367,7 +367,7 @@ zzlex(void) #ifdef USE_LOCALE setlocale(LC_NUMERIC, prev_locale); #endif - if (ptr == nptr || *nptr == '.' ) { + if (ptr == nptr || *nptr == '.') { zerr("bad floating point constant", NULL, 0); return EOI; } -- cgit 1.4.1