aboutsummaryrefslogtreecommitdiffstats
path: root/debug.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-07 11:11:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-07 11:11:16 +0300
commit2c61707777c631d919dd03b8da378145dc3ecf99 (patch)
treeb5adba206e6276dce82cbdd83b8efc4aa53c3676 /debug.c
parente04cfd3ebacb887e789ee73b342125602ea21b99 (diff)
parentbd270ca4676197614da0d7b5d793c9c8b7cd333b (diff)
downloadegawk-2c61707777c631d919dd03b8da378145dc3ecf99.tar.gz
egawk-2c61707777c631d919dd03b8da378145dc3ecf99.tar.bz2
egawk-2c61707777c631d919dd03b8da378145dc3ecf99.zip
Merge branch 'master' into feature/fix-comments
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