diff options
| author | Fedor | 2014-09-03 15:27:41 +0300 |
|---|---|---|
| committer | Filippos Karapetis | 2014-10-28 15:03:44 +0200 |
| commit | 75305f136f666444b5fb3da06b22edaeb00952f0 (patch) | |
| tree | fa3990d2dc91a196510d3020de99896ad9fb2b1b | |
| parent | 22be7f4346e3f09a8d86a61f6d1b5e6c1b11b703 (diff) | |
| download | scummvm-rg350-75305f136f666444b5fb3da06b22edaeb00952f0.tar.gz scummvm-rg350-75305f136f666444b5fb3da06b22edaeb00952f0.tar.bz2 scummvm-rg350-75305f136f666444b5fb3da06b22edaeb00952f0.zip | |
GRAPHICS: Remove some trailing whitespace in surface.h
| -rw-r--r-- | graphics/surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/surface.h b/graphics/surface.h index ad15944361..aaa386b168 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -228,7 +228,7 @@ public: * @param srcSurface The source of the bitmap data * @param destX The x coordinate of the destination rectangle * @param destY The y coordinate of the destination rectangle - * @param subRect The subRect of surface to be blitted + * @param subRect The subRect of surface to be blitted */ void copyRectToSurface(const Graphics::Surface &srcSurface, int destX, int destY, const Common::Rect subRect); |
