aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index 2e68cde7..1ca93cc4 100644
--- a/debug.c
+++ b/debug.c
@@ -4782,7 +4782,7 @@ unserialize_list(int type)
field_cnt++;
if (field_cnt == MAX_FIELD)
#ifdef GAWKDEBUG
- fatal("Increase MAX_FIELD and recompile.\n");
+ fatal("Increase MAX_FIELD and recompile.");
#else
return;
#endif