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:
parent
fea72bd8f8
commit
7ad3e34e34
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user