Revert "Update to 7.40.1"
[platform/upstream/curl.git] / src / tool_setopt.h
index fcba94c..cd144bc 100644 (file)
@@ -28,8 +28,8 @@
  */
 
 #define SETOPT_CHECK(v) do { \
-  result = (v); \
-  if(result) \
+  res = (v); \
+  if(res) \
     goto show_error; \
 } WHILE_FALSE