fix typo.

pull/666/head
Kim Kulling 2015-09-27 20:49:15 +02:00
parent 1fbc0cc276
commit 7ed32fd5a9
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ inline void MakeAbsolutePath (const char* in, char* _out)
{ {
ai_assert(in && _out); ai_assert(in && _out);
char* ret; char* ret;
if defined( _MSC_VER ) || defined( __MINGW32__ ) #if defined( _MSC_VER ) || defined( __MINGW32__ )
ret = ::_fullpath( _out, in, PATHLIMIT ); ret = ::_fullpath( _out, in, PATHLIMIT );
#else #else
// use realpath // use realpath