some minor changes; refs #8
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#define CHECK(X) \
|
||||
if (!(res=X)) { \
|
||||
printf("ERROR: %s", #X); \
|
||||
printf("ERROR: %s\n", #X); \
|
||||
for (unsigned int err(0); err=ERR_get_error();) { \
|
||||
fprintf(stderr,"%s\n", ERR_error_string(err, NULL)); \
|
||||
} \
|
||||
|
Reference in New Issue
Block a user