mirror of
https://github.com/hufrea/byedpi.git
synced 2025-02-16 16:29:58 +03:00
Missing slash
This commit is contained in:
parent
90ca8aca01
commit
af700b02dc
1 changed files with 2 additions and 2 deletions
2
error.h
2
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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue