aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor2014-09-03 15:27:41 +0300
committerFilippos Karapetis2014-10-28 15:03:44 +0200
commit75305f136f666444b5fb3da06b22edaeb00952f0 (patch)
treefa3990d2dc91a196510d3020de99896ad9fb2b1b
parent22be7f4346e3f09a8d86a61f6d1b5e6c1b11b703 (diff)
downloadscummvm-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.h2
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);