aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_v2.cpp
diff options
context:
space:
mode:
authorAndre Heider2009-09-18 21:34:34 +0000
committerAndre Heider2009-09-18 21:34:34 +0000
commita81ae427a55215202d2a8c5a64567b5df58913c4 (patch)
tree9ca0b855793122076a3d935c0ea6d8f7d2ceac3b /engines/gob/draw_v2.cpp
parentaeda407a17984b6a99af4595f284c7650ae1b362 (diff)
downloadscummvm-rg350-a81ae427a55215202d2a8c5a64567b5df58913c4.tar.gz
scummvm-rg350-a81ae427a55215202d2a8c5a64567b5df58913c4.tar.bz2
scummvm-rg350-a81ae427a55215202d2a8c5a64567b5df58913c4.zip
Fixed warning about missing newline
svn-id: r44191
Diffstat (limited to 'engines/gob/draw_v2.cpp')
-rw-r--r--engines/gob/draw_v2.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp
index d83e90a414..985f84aaef 100644
--- a/engines/gob/draw_v2.cpp
+++ b/engines/gob/draw_v2.cpp
@@ -920,4 +920,5 @@ void Draw_v2::spriteOperation(int16 operation) {
}
}
-} // End of namespace Gob \ No newline at end of file
+} // End of namespace Gob
+