Explorar el Código

Fixed comment typo.

Ryan C. Gordon hace 6 años
padre
commit
19ea59109d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/physfs_archiver_hog.c

+ 1 - 1
src/physfs_archiver_hog.c

@@ -105,7 +105,7 @@ static int hog2LoadEntries(PHYSFS_Io *io, void *arc)
     }
 
     return 1;
-} /* hogLoadEntries */
+} /* hog2LoadEntries */
 
 
 static void *HOG_openArchive(PHYSFS_Io *io, const char *name,