summaryrefslogtreecommitdiff
path: root/lang/cl/mkerrcodes.awk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cl/mkerrcodes.awk')
-rw-r--r--lang/cl/mkerrcodes.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cl/mkerrcodes.awk b/lang/cl/mkerrcodes.awk
index ae29043..9a1fc18 100644
--- a/lang/cl/mkerrcodes.awk
+++ b/lang/cl/mkerrcodes.awk
@@ -122,7 +122,7 @@ header {
}
!header {
- sub (/\#.+/, "");
+ sub (/#.+/, "");
sub (/[ ]+$/, ""); # Strip trailing space and tab characters.
if (/^$/)