aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-07 10:50:27 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-07 10:50:27 +0300
commit2fac938d18976ed2d9c4059d698b6f463078b698 (patch)
tree39465f2927c0384cbb985ea223443e58c625b2c0 /debug.c
parent3ef0dc78fb7d7113bcb360b721952c61236d678c (diff)
parent48c8fc07cc35539aa171116d0b77a6a47336b6fe (diff)
downloadegawk-2fac938d18976ed2d9c4059d698b6f463078b698.tar.gz
egawk-2fac938d18976ed2d9c4059d698b6f463078b698.tar.bz2
egawk-2fac938d18976ed2d9c4059d698b6f463078b698.zip
Merge branch 'gawk-4.2-stable'
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