Fix style issue in preproc.c

This commit is contained in:
cosineblast 2024-01-19 21:21:46 -03:00
parent 8e17cc2692
commit e8e0c41f87
1 changed files with 1 additions and 1 deletions

View File

@ -3179,7 +3179,7 @@ static int ParseDirectives (unsigned ModeFlags)
case PPD_PRAGMA:
if (!PPSkip) {
if ((ModeFlags & MSM_IN_ARG_LIST) == 0) {
DoPragma();
DoPragma ();
return Whitespace;
} else {