mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-04 09:46:23 -04:00
remove stray 'x' so print_err will compile when uncommented
This commit is contained in:
parent
f3009e48c7
commit
ac356502d3
@ -87,7 +87,7 @@ print_err(int val)
|
||||
int err;
|
||||
printf("Error was %d\n", val);
|
||||
|
||||
while ((err = ERR_get_error()))x {
|
||||
while ((err = ERR_get_error())) {
|
||||
const char *msg = (const char*)ERR_reason_error_string(err);
|
||||
const char *lib = (const char*)ERR_lib_error_string(err);
|
||||
const char *func = (const char*)ERR_func_error_string(err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user