diff options
Diffstat (limited to 'graphics/surface.cpp')
-rw-r--r-- | graphics/surface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/surface.cpp b/graphics/surface.cpp index afd47e9d29..aa920fa99c 100644 --- a/graphics/surface.cpp +++ b/graphics/surface.cpp @@ -107,7 +107,7 @@ void Surface::fillRect(const Common::Rect &rOld, uint32 color) const { ptr += pitch/2; } } else { - error("Surface::vLine: bytesPerPixel must be 1 or 2"); + error("Surface::fillRect: bytesPerPixel must be 1 or 2"); } } |