astyle formatting

This commit is contained in:
Daniel Marjamäki 2011-04-27 18:30:37 +02:00
parent c3c8b71176
commit 6e48ab4384
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ bool Path::sameFileName(const std::string &fname1, const std::string &fname2)
#elif defined(_MSC_VER) #elif defined(_MSC_VER)
return bool(_stricmp(fname1.c_str(), fname2.c_str()) == 0); return bool(_stricmp(fname1.c_str(), fname2.c_str()) == 0);
#else #else
#error Platform filename compare function needed #error Platform filename compare function needed
#endif #endif
} }