MINOR: arg: improve the error message on missing closing parenthesis
authorWilly Tarreau <w@1wt.eu>
Thu, 6 May 2021 12:50:30 +0000 (14:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 May 2021 15:02:36 +0000 (17:02 +0200)
commit3e293a91357acf86ca52da7ea54ba1f96bf5c2c3
tree052a18b66e762678ca7a7b64a07fec0f5f93e26d
parent7541056aa0e73f6ad185c168bf69d37d87aaf173
MINOR: arg: improve the error message on missing closing parenthesis

When the closing brace is missing after an argument (acl, ...), the
error may report something like "expected ')' before ''". Let's just
drop "before ''" when the final word is empty to make the message a
bit clearer.
src/arg.c