X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=blobdiff_plain;f=lexer%2Flexical_analyzer.c;fp=lexer%2Flexical_analyzer.c;h=56415a01a914f73c8ee3355fada66416d6f10ead;hp=6f995ba1c414b209d7603d8296a0b8e5821a8a8e;hb=8aa14fa6392221f27472350490ebd334738f8ac2;hpb=a20d3e7405deb4b0565e41968ff2047f4e9e37af diff --git a/lexer/lexical_analyzer.c b/lexer/lexical_analyzer.c index 6f995ba..56415a0 100644 --- a/lexer/lexical_analyzer.c +++ b/lexer/lexical_analyzer.c @@ -201,13 +201,13 @@ FIN: error: if (tokenType == MOT || tokenType == MOTCLE) { fwprintf(stderr, L"%s error with token type: %s and value: %ls\n", - __func__, - tokenTypestr[tokenType], - token[tokenFound].value); + __func__, + tokenTypestr[tokenType], + token[tokenFound].value); } else { fwprintf(stderr, L"%s error with token type: %s\n", - __func__, - tokenTypestr[tokenType]); + __func__, + tokenTypestr[tokenType]); } fflush(stderr); tokenType = FIN;