replaced Dutch comment
This commit is contained in:
parent
0846e8f43b
commit
9a95fd3684
@ -187,7 +187,7 @@ int lex_analyzer()
|
||||
}
|
||||
else {
|
||||
tok = yylex();
|
||||
yytext[yyleng] = '\0'; /* strings moeten op een '\0' eindigen */
|
||||
yytext[yyleng] = '\0'; /* strings must end with '\0' */
|
||||
return( tok);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user