aboutsummaryrefslogtreecommitdiff
path: root/src/tool_setopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_setopt.h')
-rw-r--r--src/tool_setopt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_setopt.h b/src/tool_setopt.h
index cd144bc0d..fcba94cb2 100644
--- a/src/tool_setopt.h
+++ b/src/tool_setopt.h
@@ -28,8 +28,8 @@
*/
#define SETOPT_CHECK(v) do { \
- res = (v); \
- if(res) \
+ result = (v); \
+ if(result) \
goto show_error; \
} WHILE_FALSE