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