Reformat code to fit in 80 columns. Jean, I cannot answer your
[neverball] / ball / level.c
index 515a247..50e4572 100644 (file)
@@ -126,7 +126,7 @@ int level_load(const char *filename, struct level *level)
     memset(&sol,  0, sizeof (sol));
 
     /* Try to load the sol file */
-    if (!sol_load_only_file(&sol, filename))
+    if (!sol_load_only_head(&sol, filename))
     {
         fprintf(stderr,
                 _("Error while loading level file '%s': %s\n"), filename,