summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtclient.c b/rtclient.c
index 454b53c..9dd788f 100644
--- a/rtclient.c
+++ b/rtclient.c
@@ -181,8 +181,8 @@ inline static void request(const char *path, const char *suffix
#else
fprintf(stderr, "%s: %s\n", __func__, error);
#endif // ANDROID
-#endif // DEBUG
}
+#endif // DEBUG
}
void rtclient_login(const char *name, const char *password)