* Bleh.. whitespace

This commit is contained in:
Tim Angus 2005-11-16 20:25:36 +00:00
parent 387d8041ce
commit 82893aebc9
1 changed files with 2 additions and 2 deletions

View File

@ -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;