It fixes the compilation error in Windows, or it gets the hose again.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1699 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2009-08-28 16:30:57 +00:00
parent a159d82f8b
commit 8f6ce7751c
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ s32 CALLBACK NODISCgetDualInfo(s32* dualType, u32* _layer1start)
return -1;
}
const char* NODISCgetUniqueFilename()
string NODISCgetUniqueFilename()
{
DevAssert( false, "NODISC is an invalid CDVD object for block dumping.. >_<" );
return "epicfail";