Removed trailing semicolon
authorLukas Krickl <lukas@krickl.dev>
Wed, 27 Dec 2023 17:10:10 +0000 (18:10 +0100)
committerLukas Krickl <lukas@krickl.dev>
Wed, 27 Dec 2023 17:10:10 +0000 (18:10 +0100)
src/ulas.c

index c850bdf0c11e4b692183ebf33b6ec616a7d088ef..8123ecff05ae91b61ed618547c1ebcef3513c2c7 100644 (file)
@@ -716,7 +716,6 @@ char *ulas_preprocexpand(struct ulas_preproc *pp, const char *raw_line,
   while ((read = ulas_tok(&pp->tok, &praw_line, *n))) {
     struct ulas_ppdef *def =
         ulas_preprocgetdef(pp, pp->tok.buf, pp->tok.maxlen);
-    ;
 
     // if it is the first token, and it begins with a # do not process at all!
     // if the first token is a # preproc directive skip the second token at all