diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ThemeEngine.cpp | 2 | ||||
-rw-r--r-- | gui/ThemeEngine.h | 2 | ||||
-rw-r--r-- | gui/massadd.cpp | 2 | ||||
-rw-r--r-- | gui/themebrowser.cpp | 2 | ||||
-rw-r--r-- | gui/themebrowser.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index 0869f880b4..20fe8b25de 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -1642,4 +1642,4 @@ Common::String ThemeEngine::getThemeId(const Common::String &filename) { } -} // end of namespace GUI. +} // End of namespace GUI. diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h index 9e4bff5075..d747604f32 100644 --- a/gui/ThemeEngine.h +++ b/gui/ThemeEngine.h @@ -647,6 +647,6 @@ protected: byte _cursorPalSize; }; -} // end of namespace GUI. +} // End of namespace GUI. #endif diff --git a/gui/massadd.cpp b/gui/massadd.cpp index 9d4cf6a188..57ac9fc01f 100644 --- a/gui/massadd.cpp +++ b/gui/massadd.cpp @@ -261,5 +261,5 @@ void MassAddDialog::handleTickle() { } -} // end of namespace GUI +} // End of namespace GUI diff --git a/gui/themebrowser.cpp b/gui/themebrowser.cpp index 0dd6aef401..cd207c54fe 100644 --- a/gui/themebrowser.cpp +++ b/gui/themebrowser.cpp @@ -116,5 +116,5 @@ void ThemeBrowser::updateListing() { draw(); } -} // end of namespace GUI +} // End of namespace GUI diff --git a/gui/themebrowser.h b/gui/themebrowser.h index 32fef16ce0..aba519886d 100644 --- a/gui/themebrowser.h +++ b/gui/themebrowser.h @@ -54,7 +54,7 @@ private: void updateListing(); }; -} // end of namespace GUI +} // End of namespace GUI #endif |