Fixed some "statement not reached" warnings
[platform/upstream/curl.git] / src / tool_urlglob.c
index 6e4cdb0..36e83c3 100644 (file)
@@ -36,7 +36,7 @@ typedef enum {
 } GlobCode;
 
 #define GLOBERROR(string, column, code) \
-  glob->error = string, glob->pos = column, code;
+  glob->error = string, glob->pos = column, code
 
 void glob_cleanup(URLGlob* glob);