Browse Source

Reformating Q3BSPZipArchive

Léo Terziman 12 years ago
parent
commit
cf817270fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/Q3BSPZipArchive.cpp

+ 1 - 1
code/Q3BSPZipArchive.cpp

@@ -57,7 +57,7 @@ ZipFile::~ZipFile() {
 	m_zipFile = NULL;
 }
 
-size_t ZipFile::Read(void* pvBuffer, size_t pSize, size_t pCount ) {
+size_t ZipFile::Read(void* pvBuffer, size_t pSize, size_t pCount) {
 	size_t bytes_read = 0;
 
 	if(m_zipFile != NULL) {