From 790cb39afded9da988410f0b92f8bc2707959573 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Aug 2025 00:10:43 +0300 Subject: cleanup --- src/sttorrent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3