diff --git a/src/ca65/macro.c b/src/ca65/macro.c index 16d916c88..24cdcad38 100644 --- a/src/ca65/macro.c +++ b/src/ca65/macro.c @@ -590,7 +590,7 @@ void MacDef (unsigned Style) NextTok (); } -/* Reset the Incomplete flag now that parsing is done */ + /* Reset the Incomplete flag now that parsing is done */ M->Incomplete = 0; Done: