aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/uat_load.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/uat_load.l b/epan/uat_load.l
index 2f1c41b997..5bc878bcde 100644
--- a/epan/uat_load.l
+++ b/epan/uat_load.l
@@ -278,7 +278,7 @@ comment #[^\n]*\n
<ERRORED>{newline} { linenum++; BEGIN START_OF_LINE; }
<ERRORED>. ;
-{newline} { linenum++; ERROR(("incomplete record")); BEGIN START_OF_LINE; }
+{newline} { linenum++; ERROR(("incomplete record")); }
. { ERROR(("unexpected input")); }
%%