replaced Dutch comment
This commit is contained in:
parent
7f0b775587
commit
945cceccb5
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ int lex_analyzer()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tok = yylex();
|
tok = yylex();
|
||||||
yytext[yyleng] = '\0'; /* strings moeten op een '\0' eindigen */
|
yytext[yyleng] = '\0'; /* strings must end with '\0' */
|
||||||
return( tok);
|
return( tok);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue