Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / buildtools / Cmake / test_prog / prog_gnu_dynlinker.c
index d48b891..43b1333 100644 (file)
@@ -26,7 +26,7 @@ int main(void) {
       if (error)
         printf("Error while checking for dlsym: %s\n",error);
       else
-        printf("dlsym did not return any error, but failed to find malloc()\n",error);
+        printf("dlsym did not return any error, but failed to find malloc()\n");
       return 1; // FAILED
    }
 }