diff options
Diffstat (limited to 'common/savefile.h')
-rw-r--r-- | common/savefile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/savefile.h b/common/savefile.h index 5b06248aa8..630765ab4b 100644 --- a/common/savefile.h +++ b/common/savefile.h @@ -109,15 +109,15 @@ public: * @return A string describing the last error. */ virtual String getErrorDesc() { return _errorDesc; } - + /** * Returns the last ocurred error description. If none ocurred, returns 0. * Also clears the last error state and description. - * + * * @return A string describing the last error. */ virtual String popErrorDesc(); - + /** * Open the file with name filename in the given directory for saving. * @param filename the filename |