We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a432c9 commit 63b833aCopy full SHA for 63b833a
test/dlopen/test_dlopen.c
@@ -68,7 +68,8 @@ int main() {
68
/* Load the first libnum.so */
69
libnum = dlopen(LIB_NAME, RTLD_NOW);
70
if (!libnum) {
71
- fprintf(stderr, "ERROR: Test failed to dlopen libnum.so with %s\n", dlerror());
+ fprintf(stderr, "ERROR: Test failed to dlopen libnum.so with %s\n",
72
+ dlerror());
73
return -1;
74
}
75
0 commit comments