From bac849c727f598073863ebcece232d894f87ff4b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 29 Jun 2002 19:16:00 +0000 Subject: [PATCH] Fixed comment spacing. --- archivers/dir.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/archivers/dir.c b/archivers/dir.c index 27d6e54b..1d8b1ae8 100644 --- a/archivers/dir.c +++ b/archivers/dir.c @@ -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 */ };