1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

OBJ -> OBJ_ARG; apparently forgotten in 9f22ba

This commit is contained in:
Pavel Labath 2009-09-15 23:54:31 +02:00
parent fea72bd8f8
commit 7ad3e34e34

View 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));