(svn r19084) -Codechange: minor coding-style fixups

This commit is contained in:
smatz
2010-02-10 17:37:47 +00:00
parent 023fc16894
commit c5b34444af
8 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ enum {
MAX_FILE_SLOTS = 64
};
enum SaveLoadDialogMode{
enum SaveLoadDialogMode {
SLD_LOAD_GAME,
SLD_LOAD_SCENARIO,
SLD_SAVE_GAME,