# HG changeset patch # User Ryan C. Gordon # Date 1025378160 0 # Node ID 8a4ee9ab0fc382a29d3f61434da1250d6ecab803 # Parent f8bca4a93fd5bce763ba67e02235ff3322872009 Fixed comment spacing. diff -r f8bca4a93fd5 -r 8a4ee9ab0fc3 archivers/dir.c --- a/archivers/dir.c Sat Jun 29 10:23:17 2002 +0000 +++ b/archivers/dir.c Sat Jun 29 19:16:00 2002 +0000 @@ -48,13 +48,13 @@ 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_fileClose /* fileClose() method */ + DIR_fileClose /* fileClose() method */ };