summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/srclex.l
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/srclex.l')
-rw-r--r--l10ntools/source/srclex.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10ntools/source/srclex.l b/l10ntools/source/srclex.l
index 9215702b3c98..755b0b382008 100644
--- a/l10ntools/source/srclex.l
+++ b/l10ntools/source/srclex.l
@@ -94,7 +94,8 @@ void YYWarning();
WorkOnTokenSet( IGNOREDTOKENS, yytext );
}
"/*" {
- char c1 = 0,c2 = yyinput();
+ char c1 = 0;
+ int c2 = yyinput();
char pChar[2];
pChar[1] = 0x00;
pChar[0] = c2;