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 /engines/sci | |
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 'engines/sci')
-rw-r--r-- | engines/sci/engine/stringfrag.cpp | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_font.cpp | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_gfx.cpp | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_memmgr.cpp | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_picture.cpp | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_picture.h | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_screen.cpp | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_screen.h | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_view.cpp | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_view.h | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_windowmgr.cpp | 2 | ||||
-rw-r--r-- | engines/sci/gui/gui_windowmgr.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/engines/sci/engine/stringfrag.cpp b/engines/sci/engine/stringfrag.cpp index ae17ae7763..c84b56b63f 100644 --- a/engines/sci/engine/stringfrag.cpp +++ b/engines/sci/engine/stringfrag.cpp @@ -455,4 +455,4 @@ void stringfrag_strncmp(EngineState *s, reg_t s1, reg_t s2, int len) { internal_stringfrag_strncmp(s, s1buf, s2buf, len); } -} // end of namespace Sci +} // End of namespace Sci diff --git a/engines/sci/gui/gui_font.cpp b/engines/sci/gui/gui_font.cpp index 06aee14b9f..5725d1ec2a 100644 --- a/engines/sci/gui/gui_font.cpp +++ b/engines/sci/gui/gui_font.cpp @@ -99,4 +99,4 @@ void SciGUIfont::draw(int16 chr, int16 top, int16 left, byte color, byte textfac } } -} // end of namespace Sci +} // End of namespace Sci diff --git a/engines/sci/gui/gui_gfx.cpp b/engines/sci/gui/gui_gfx.cpp index a1a8df786a..a3531778f1 100644 --- a/engines/sci/gui/gui_gfx.cpp +++ b/engines/sci/gui/gui_gfx.cpp @@ -1361,4 +1361,4 @@ void SciGUIgfx::SetNowSeen(reg_t objectReference) { } } -} // end of namespace Sci +} // End of namespace Sci diff --git a/engines/sci/gui/gui_memmgr.cpp b/engines/sci/gui/gui_memmgr.cpp index c063fb99e5..0ab06fb724 100644 --- a/engines/sci/gui/gui_memmgr.cpp +++ b/engines/sci/gui/gui_memmgr.cpp @@ -370,4 +370,4 @@ bool restoreMemState(Common::InSaveFile *pFile) { } //------------------------------- -}// end of namespace SCI +}// End of namespace SCI diff --git a/engines/sci/gui/gui_picture.cpp b/engines/sci/gui/gui_picture.cpp index fb12c5d6ed..a4261a0db8 100644 --- a/engines/sci/gui/gui_picture.cpp +++ b/engines/sci/gui/gui_picture.cpp @@ -558,4 +558,4 @@ void SciGUIpicture::vectorGetPatternTexture(byte *data, int &curPos, int16 patte } } -} // end of namespace Sci +} // End of namespace Sci diff --git a/engines/sci/gui/gui_picture.h b/engines/sci/gui/gui_picture.h index f6115ab4eb..969e7c3433 100644 --- a/engines/sci/gui/gui_picture.h +++ b/engines/sci/gui/gui_picture.h @@ -69,6 +69,6 @@ private: byte _priority; }; -} // end of namespace Sci +} // End of namespace Sci #endif diff --git a/engines/sci/gui/gui_screen.cpp b/engines/sci/gui/gui_screen.cpp index 0f8b2e4dc1..fb37707d2b 100644 --- a/engines/sci/gui/gui_screen.cpp +++ b/engines/sci/gui/gui_screen.cpp @@ -204,4 +204,4 @@ void SciGUIscreen::BitsRestoreScreen(Common::Rect rect, byte *&memoryPtr, byte * } } -} // end of namespace Sci +} // End of namespace Sci diff --git a/engines/sci/gui/gui_screen.h b/engines/sci/gui/gui_screen.h index 3f45a7171e..fc82922c35 100644 --- a/engines/sci/gui/gui_screen.h +++ b/engines/sci/gui/gui_screen.h @@ -88,6 +88,6 @@ private: byte *_displayScreen; }; -} // end of namespace Sci +} // End of namespace Sci #endif diff --git a/engines/sci/gui/gui_view.cpp b/engines/sci/gui/gui_view.cpp index 60506089d0..1b42a76f4e 100644 --- a/engines/sci/gui/gui_view.cpp +++ b/engines/sci/gui/gui_view.cpp @@ -307,4 +307,4 @@ void SciGUIview::draw(Common::Rect rect, Common::Rect clipRect, GUIViewLoopNo lo } } -} // end of namespace Sci +} // End of namespace Sci diff --git a/engines/sci/gui/gui_view.h b/engines/sci/gui/gui_view.h index 51dea54cdb..f999adf09c 100644 --- a/engines/sci/gui/gui_view.h +++ b/engines/sci/gui/gui_view.h @@ -78,6 +78,6 @@ private: GUIPalette _palette; }; -} // end of namespace Sci +} // End of namespace Sci #endif diff --git a/engines/sci/gui/gui_windowmgr.cpp b/engines/sci/gui/gui_windowmgr.cpp index e16a1bf1a0..85681f7ec9 100644 --- a/engines/sci/gui/gui_windowmgr.cpp +++ b/engines/sci/gui/gui_windowmgr.cpp @@ -281,4 +281,4 @@ void SciGUIwindowMgr::UpdateWindow(GUIWindow *wnd) { } } -} // end of namespace Sci +} // End of namespace Sci diff --git a/engines/sci/gui/gui_windowmgr.h b/engines/sci/gui/gui_windowmgr.h index 7842d9d271..29a63462e0 100644 --- a/engines/sci/gui/gui_windowmgr.h +++ b/engines/sci/gui/gui_windowmgr.h @@ -57,6 +57,6 @@ private: Common::List<HEAPHANDLE> windowList; }; -} // end of namespace Sci +} // End of namespace Sci #endif |