aboutsummaryrefslogtreecommitdiff
path: root/graphics/conversion.h
diff options
context:
space:
mode:
authorMax Horn2009-10-04 21:26:33 +0000
committerMax Horn2009-10-04 21:26:33 +0000
commitf242266f6dc1f18e1b47aa4942c263cf81b75300 (patch)
tree349e8aa3db0d2dfbb54676aa84bb13d2e40dabdf /graphics/conversion.h
parentc8f002ae437677c08ab6154983c70f146607bfaa (diff)
downloadscummvm-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/conversion.h')
-rw-r--r--graphics/conversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/conversion.h b/graphics/conversion.h
index 77763eb3d4..0c47574117 100644
--- a/graphics/conversion.h
+++ b/graphics/conversion.h
@@ -71,6 +71,6 @@ inline static void RGB2YUV(byte r, byte g, byte b, byte &y, byte &u, byte &v) {
bool crossBlit(byte *dst, const byte *src, int dstpitch, int srcpitch,
int w, int h, const Graphics::PixelFormat &dstFmt, const Graphics::PixelFormat &srcFmt);
-} // end of namespace Graphics
+} // End of namespace Graphics
#endif // GRAPHICS_CONVERSION_H