From e8e0c41f87de1af1ebf6f81282f85d81b7a3e0a9 Mon Sep 17 00:00:00 2001 From: cosineblast <55855728+cosineblast@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:21:46 -0300 Subject: [PATCH] Fix style issue in preproc.c --- src/cc65/preproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc65/preproc.c b/src/cc65/preproc.c index 846443f6b..eaf82f0ca 100644 --- a/src/cc65/preproc.c +++ b/src/cc65/preproc.c @@ -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 {