From 7ad3e34e343a3568e134ceb5273699001f0930af Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 15 Sep 2009 23:54:31 +0200 Subject: [PATCH] OBJ -> OBJ_ARG; apparently forgotten in 9f22ba --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index 1013e929..f663b4b9 100644 --- a/src/core.c +++ b/src/core.c @@ -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: ") + END OBJ_ARG(curl, 0, "curl needs arguments: ") int argc; float interval = 0; char *uri = (char *) malloc(128 * sizeof(char));