uat_load.l: Fix "unreachable code" warning (Windows 4702)

Change-Id: I0f50bc9f1970578a7a2a44a8a3149173f5935f14
Reviewed-on: https://code.wireshark.org/review/3775
Reviewed-by: Bill Meier <wmeier@newsguy.com>
This commit is contained in:
Bill Meier 2014-08-21 13:00:56 -04:00
parent 14605754af
commit 45a7b6c858
1 changed files with 1 additions and 1 deletions

View File

@ -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")); }
%%