From 82893aebc955480d1c10c2d254ba66e836bbd18b Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 16 Nov 2005 20:25:36 +0000 Subject: [PATCH] * Bleh.. whitespace --- code/qcommon/files.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 9baadb7e..15754ba6 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -1384,8 +1384,8 @@ int FS_Seek( fileHandle_t f, long offset, int origin ) { } if (fsh[f].zipFile == qtrue) { - //FIXME: this is incomplete and really, really - //crappy (but better than what was here before) + //FIXME: this is incomplete and really, really + //crappy (but better than what was here before) byte buffer[PK3_SEEK_BUFFER_SIZE]; int remainder = offset;