From af700b02dcf8e22b10132e91ffc6da993b40f707 Mon Sep 17 00:00:00 2001 From: dovecoteescapee <160882418+dovecoteescapee@users.noreply.github.com> Date: Sat, 24 Feb 2024 23:13:25 +0300 Subject: [PATCH] Missing slash --- error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/error.h b/error.h index 1b27641..2875f37 100644 --- a/error.h +++ b/error.h @@ -22,7 +22,7 @@ #else #ifdef ANDROID_APP #define uniperror(str) \ - __android_log_print(ANDROID_LOG_ERROR, "proxy", + __android_log_print(ANDROID_LOG_ERROR, "proxy", \ "%s: %s\n", str, strerror(errno)) #else #define uniperror(str) \ @@ -62,4 +62,4 @@ inline const int unie(int e) #define LOG(s, str, ...) \ if (params.debug >= s) \ fprintf(stderr, str, ##__VA_ARGS__) -#endif \ No newline at end of file +#endif