Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'coverity_scan' of github.com:mquinson/simgrid
[simgrid.git] / tools / cmake / test_prog / prog_gnu_dynlinker.c
index 6187f9e..27c7605 100644 (file)
@@ -25,9 +25,9 @@ int main(void) {
       return 0; // SUCCESS
    } else {
       if (error)
-        printf("Error while checking for dlsym: %s\n",error);
+   printf("Error while checking for dlsym: %s\n",error);
       else
-        printf("dlsym did not return any error, but failed to find malloc()\n");
+   printf("dlsym did not return any error, but failed to find malloc()\n");
       return 1; // FAILED
    }
 }