Missing slash

This commit is contained in:
dovecoteescapee 2024-02-24 23:13:25 +03:00 committed by GitHub
parent 90ca8aca01
commit af700b02dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
#else #else
#ifdef ANDROID_APP #ifdef ANDROID_APP
#define uniperror(str) \ #define uniperror(str) \
__android_log_print(ANDROID_LOG_ERROR, "proxy", __android_log_print(ANDROID_LOG_ERROR, "proxy", \
"%s: %s\n", str, strerror(errno)) "%s: %s\n", str, strerror(errno))
#else #else
#define uniperror(str) \ #define uniperror(str) \