]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-var-expand: Remove stray 'y'
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 15 Dec 2025 09:45:15 +0000 (11:45 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 15 Dec 2025 10:26:26 +0000 (12:26 +0200)
It was left there by accident in 07838de2f838fce4f23c45059242e2bd4be23e73

src/lib-var-expand/var-expand-lexer.l

index 6ee88cd9e299e7263e53cfd621239349c0a97c7e..29e884ed9b1bed1babb51e9a3e940797b421308e 100644 (file)
@@ -120,7 +120,7 @@ static bool append_valid_utf8(void *yyscanner, YYSTYPE *state, const char *value
   ["]       { yy_push_state(stringdq, yyscanner); INIT_STR; }
   [0-9]+    { INIT_STR; str_append(yylval->str, yytext); return NUMBER; }
 }
-y
+
 "%{"     { yy_push_state(expr, yyscanner); return OCBRACE; }
 "%%{"     { INIT_STR; str_append(yylval->str, "%{"); return VALUE; }
 "%"      { return PERC; }