Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed comment spacing.
  • Loading branch information
icculus committed Jun 29, 2002
1 parent 3b0f1c8 commit bac849c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions archivers/dir.c
Expand Up @@ -48,13 +48,13 @@ static void DIR_dirClose(DirHandle *h);

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 */
};


Expand Down

0 comments on commit bac849c

Please sign in to comment.