mirror of
https://github.com/hufrea/byedpi.git
synced 2024-12-22 14:25:44 +00:00
Missing slash
This commit is contained in:
parent
90ca8aca01
commit
af700b02dc
2
error.h
2
error.h
@ -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) \
|
||||||
|
Loading…
Reference in New Issue
Block a user