aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-16 20:25:36 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-16 20:25:36 +0000
commit905c8502657fe6247e8f7bcc74c83045503e50e5 (patch)
tree1f2a337648db3b932079abf9748268b38b5d81bd /code/qcommon
parente6d6a71599419908afd39c704ccda0cf5e475dea (diff)
downloadioquake3-aero-905c8502657fe6247e8f7bcc74c83045503e50e5.tar.gz
ioquake3-aero-905c8502657fe6247e8f7bcc74c83045503e50e5.zip
* Bleh.. whitespace
git-svn-id: svn://svn.icculus.org/quake3/trunk@364 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon')
-rw-r--r--code/qcommon/files.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/qcommon/files.c b/code/qcommon/files.c
index 9baadb7..15754ba 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;