commit | 3e293a91357acf86ca52da7ea54ba1f96bf5c2c3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 06 14:50:30 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 06 17:02:36 2021 +0200 |
tree | 052a18b66e762678ca7a7b64a07fec0f5f93e26d | |
parent | 7541056aa0e73f6ad185c168bf69d37d87aaf173 [diff] |
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.