mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
Removed superfluous comma and namespace specifier.
svn-id: r39495
This commit is contained in:
parent
f5cb75e2e1
commit
f7a6e85863
@ -41,7 +41,7 @@ enum vmsaveResult {
|
||||
VMSAVE_OK,
|
||||
VMSAVE_NOVM,
|
||||
VMSAVE_NOSPACE,
|
||||
VMSAVE_WRITEERROR,
|
||||
VMSAVE_WRITEERROR
|
||||
};
|
||||
|
||||
|
||||
@ -340,7 +340,7 @@ public:
|
||||
return ::deleteSaveGame(filename);
|
||||
}
|
||||
|
||||
virtual Common::StringList VMSaveManager::listSavefiles(const char *glob);
|
||||
virtual Common::StringList listSavefiles(const char *glob);
|
||||
};
|
||||
|
||||
void OutVMSave::finalize()
|
||||
|
Loading…
x
Reference in New Issue
Block a user