summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sttorrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sttorrent.c b/src/sttorrent.c
index 72dd2e4..b112d5d 100644
--- a/src/sttorrent.c
+++ b/src/sttorrent.c
@@ -96,7 +96,7 @@ main(void)
char id[75];
CURL* handle;
CURLcode res;
- cJSON *root, *arguments, *status,*torrents;
+ cJSON *root, *arguments, *torrents;
int status_count[7] = {0};
struct MemoryStruct chunk;
struct curl_slist *headers = NULL;