diff options
author | Max Horn | 2009-10-04 21:26:33 +0000 |
---|---|---|
committer | Max Horn | 2009-10-04 21:26:33 +0000 |
commit | f242266f6dc1f18e1b47aa4942c263cf81b75300 (patch) | |
tree | 349e8aa3db0d2dfbb54676aa84bb13d2e40dabdf /gui | |
parent | c8f002ae437677c08ab6154983c70f146607bfaa (diff) | |
download | scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.tar.gz scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.tar.bz2 scummvm-rg350-f242266f6dc1f18e1b47aa4942c263cf81b75300.zip |
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
svn-id: r44634
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 |