diff options
author | Andre Heider | 2009-09-18 21:34:34 +0000 |
---|---|---|
committer | Andre Heider | 2009-09-18 21:34:34 +0000 |
commit | a81ae427a55215202d2a8c5a64567b5df58913c4 (patch) | |
tree | 9ca0b855793122076a3d935c0ea6d8f7d2ceac3b /engines/gob | |
parent | aeda407a17984b6a99af4595f284c7650ae1b362 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/gob/draw_v2.cpp | 3 |
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 + |