From f0d8b816af00186c108f6cdc538ec18d8b4dddba Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 7 Sep 2018 10:43:21 +0300 Subject: Remove \n from calls to lintwarn, warning, and fatal. --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.c') 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 -- cgit v1.2.3