aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/gasp.c')
-rw-r--r--gas/gasp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/gasp.c b/gas/gasp.c
index dc93622..0ec70546 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -575,7 +575,7 @@ is_flonum (idx, string)
if (regcomp (&reg, "^[0-9]*\\.[0-9]+([eE][+-]?[0-9]+)?", REG_EXTENDED) != 0)
return 0;
-
+
rc = regexec (&reg, &buf.ptr[idx], 0, NULL, 0);
sb_kill (&buf);
regfree (&reg);