diff options
Diffstat (limited to 'src/tool_paramhlp.c')
-rw-r--r-- | src/tool_paramhlp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_paramhlp.c b/src/tool_paramhlp.c index 7de490525..09910a784 100644 --- a/src/tool_paramhlp.c +++ b/src/tool_paramhlp.c @@ -313,7 +313,7 @@ long proto2num(struct OperationConfig *config, long *val, const char *str) for(pp=protos; pp->name; pp++) { if(curl_strequal(token, pp->name)) { - switch (action) { + switch(action) { case deny: *val &= ~(pp->bit); break; |