aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 995b8bda..13b2bb92 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -4263,7 +4263,7 @@ out:
if (SMART_ALECK && do_lint
&& ! goto_warned && strcasecmp(tokkey, "goto") == 0) {
goto_warned = true;
- lintwarn(_("`goto' considered harmful!\n"));
+ lintwarn(_("`goto' considered harmful!"));
}
return lasttok = NAME;
}