summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-24 00:10:43 +0300
committerawy <awy@awy.one>2025-08-24 00:10:43 +0300
commit790cb39afded9da988410f0b92f8bc2707959573 (patch)
tree4c0c5b4bfd64344023d901c83ea407b9a432c2bf /src
parentffb19795841375a97e94eb3f0ca295a6bd270106 (diff)
cleanup
Diffstat (limited to 'src')
-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;