a few little changes

This commit is contained in:
Flameshadowxeroshin
2010-12-20 11:43:27 -06:00
parent 70934bb684
commit 8e742dce5a
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ static bool g_bIsMultipleInstance = false;
void InvalidParameterHandler( const wchar_t *szExpression, const wchar_t *szFunction, const wchar_t *szFile,
unsigned int iLine, uintptr_t pReserved )
{
FAIL_M( "Invalid parameter" );
FAIL_M( "Invalid parameter" ); //TODO: Make this more informative
}
#endif