From aed8edf30b23cbecace86d85c620669eaee3fdbd Mon Sep 17 00:00:00 2001 From: Mark de Wever Date: Wed, 21 Jul 2010 21:28:45 +0000 Subject: [PATCH] Fix typo in debug output. --- src/gui/auxiliary/canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/auxiliary/canvas.cpp b/src/gui/auxiliary/canvas.cpp index b10ae29dc25..60f764f5d23 100644 --- a/src/gui/auxiliary/canvas.cpp +++ b/src/gui/auxiliary/canvas.cpp @@ -809,7 +809,7 @@ timage::timage(const config& cfg) if(!tmp) { ERR_GUI_D << "Image: '" << cfg["name"] - << "'not found and won't be drawn.\n"; + << "' not found and won't be drawn.\n"; return; }