diff options
author | awy <awy@awy.one> | 2025-08-24 00:10:43 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-24 00:10:43 +0300 |
commit | 790cb39afded9da988410f0b92f8bc2707959573 (patch) | |
tree | 4c0c5b4bfd64344023d901c83ea407b9a432c2bf /src | |
parent | ffb19795841375a97e94eb3f0ca295a6bd270106 (diff) |
cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/sttorrent.c | 2 |
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; |