From b648d6b9d04804061065997736ae74c25a2e419d Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Wed, 27 Dec 2023 18:10:10 +0100 Subject: [PATCH] Removed trailing semicolon --- src/ulas.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2