summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 89f6413..8e9fed4 100644
--- a/client.c
+++ b/client.c
@@ -15,7 +15,7 @@ bool rtclient_init(const char *url)
curl_easy_setopt(curl, CURLOPT_REFERER, url);
#ifdef DEBUG
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
-#endif // DEBUG
+#endif
server_url = malloc(strlen(url) + 1);
strcpy(server_url, url);
}