mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-22 17:51:39 +00:00
canvas: fix semicolon in error message
This commit is contained in:
parent
b077789251
commit
aa625dafef
@ -277,7 +277,7 @@ void image_shape::draw(wfl::map_formula_callable& variables)
|
|||||||
const std::string& name = image_name_(variables);
|
const std::string& name = image_name_(variables);
|
||||||
|
|
||||||
if(name.empty()) {
|
if(name.empty()) {
|
||||||
DBG_GUI_D << "Image: name is empty or contains invalid formula, will not be drawn.";;
|
DBG_GUI_D << "Image: name is empty or contains invalid formula, will not be drawn.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user