Make a functin without declaration static.

This commit is contained in:
riccardom 2009-05-02 18:31:08 +00:00
parent 99f5c1dc0a
commit af8f69ccb9
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ void LoadFM2_binarychunk(MovieData& movieData, std::istream* fp, int size)
#include <sstream>
bool CheckFileExists(const char* filename)
static bool CheckFileExists(const char* filename)
{
//This function simply checks to see if the given filename exists
string checkFilename;