From: Lukas Krickl Date: Wed, 27 Dec 2023 17:10:10 +0000 (+0100) Subject: Removed trailing semicolon X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=b648d6b9d04804061065997736ae74c25a2e419d;p=ulas%2F.git Removed trailing semicolon --- diff --git a/src/ulas.c b/src/ulas.c index c850bdf..8123ecf 100644 --- a/src/ulas.c +++ b/src/ulas.c @@ -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