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 /graphics/pixelformat.h | |
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 'graphics/pixelformat.h')
-rw-r--r-- | graphics/pixelformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pixelformat.h b/graphics/pixelformat.h index b94ef41412..1822370fcd 100644 --- a/graphics/pixelformat.h +++ b/graphics/pixelformat.h @@ -168,6 +168,6 @@ inline PixelFormat findCompatibleFormat(Common::List<PixelFormat> backend, Commo return PixelFormat::createFormatCLUT8(); } -} // end of namespace Graphics +} // End of namespace Graphics #endif |