소스 검색

Fixed comment spacing.

Ryan C. Gordon 24 년 전
부모
커밋
bac849c727
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      archivers/dir.c

+ 6 - 6
archivers/dir.c

@@ -48,13 +48,13 @@ static void DIR_dirClose(DirHandle *h);
 
 
 static const FileFunctions __PHYSFS_FileFunctions_DIR =
 static const FileFunctions __PHYSFS_FileFunctions_DIR =
 {
 {
-    DIR_read,       /* read() method      */
-    NULL,           /* write() method     */
-    DIR_eof,        /* eof() method       */
-    DIR_tell,       /* tell() method      */
-    DIR_seek,       /* seek() method      */
+    DIR_read,       /* read() method       */
+    NULL,           /* write() method      */
+    DIR_eof,        /* eof() method        */
+    DIR_tell,       /* tell() method       */
+    DIR_seek,       /* seek() method       */
     DIR_fileLength, /* fileLength() method */
     DIR_fileLength, /* fileLength() method */
-    DIR_fileClose   /* fileClose() method */
+    DIR_fileClose   /* fileClose() method  */
 };
 };