X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=blobdiff_plain;f=lexer%2Fmain.c;h=4572d0267330eaa05ee1cdf382d17978c2236f43;hp=a53d793e827c26326f216db73dfe3e48e71328f5;hb=da74c1e073d935102c9a78bd3c839af3c340fa6e;hpb=532c982ba87cc996478efede25f6eb62a5c97e48 diff --git a/lexer/main.c b/lexer/main.c index a53d793..4572d02 100644 --- a/lexer/main.c +++ b/lexer/main.c @@ -44,9 +44,9 @@ bool isSeparator() { } int scanner() { -const char* Titre = "Titre"; -const char* Auteur = "Auteur"; -unsigned int j = 0; + const char* Titre = "Titre"; + const char* Auteur = "Auteur"; + unsigned int j = 0; // The main loop get the next character init: