From 24d9eda1e5a2f29ad2dc8fe934eada88ba6314ac Mon Sep 17 00:00:00 2001 From: ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ Date: Fri, 13 Sep 2019 11:43:05 +0800 Subject: Fix misplaced closing brace --- rtclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3