OBJ -> OBJ_ARG; apparently forgotten in 9f22ba
authorPavel Labath <pavelo@centrum.sk>
Tue, 15 Sep 2009 21:54:31 +0000 (23:54 +0200)
committerPavel Labath <pavelo@centrum.sk>
Tue, 15 Sep 2009 21:54:31 +0000 (23:54 +0200)
src/core.c

index 1013e92..f663b4b 100644 (file)
@@ -1681,7 +1681,7 @@ struct text_object *construct_text_object(const char *s, const char *arg, long
                init_eve();
 #endif
 #ifdef HAVE_CURL
-       END OBJ(curl, 0, "curl needs arguments: <uri> <interval in minutes>")
+       END OBJ_ARG(curl, 0, "curl needs arguments: <uri> <interval in minutes>")
                int argc;
                float interval = 0;
                char *uri = (char *) malloc(128 * sizeof(char));