mirror of
https://github.com/hufrea/byedpi.git
synced 2024-11-21 22:45:23 +03:00
Missing slash
This commit is contained in:
parent
90ca8aca01
commit
af700b02dc
1 changed files with 2 additions and 2 deletions
4
error.h
4
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
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue