Fixed some formatting issues that cause compile issues on bsd.

This commit is contained in:
wrenczes@gmail.com
2011-02-01 11:54:38 +00:00
parent b42dbf0655
commit b6dcb0dcd3
3 changed files with 88 additions and 85 deletions

View File

@@ -117,6 +117,6 @@ u32 ramAvailable(void);
#define MAKEDIR(name) mkdir(name, 0777)
#endif
#endif
bool FileExists(const string& strFilename);
bool FileExists(const string& strFilename);
#endif