summaryrefslogtreecommitdiffhomepage
path: root/crop-tool/crop-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'crop-tool/crop-tool.cpp')
-rw-r--r--crop-tool/crop-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crop-tool/crop-tool.cpp b/crop-tool/crop-tool.cpp
index 4dc2c3e8..8208688e 100644
--- a/crop-tool/crop-tool.cpp
+++ b/crop-tool/crop-tool.cpp
@@ -144,7 +144,7 @@ static bool load_directory(anim_group& group, options& opts, anim_atlas& atlas,
else if (opts.nframes != max-1)
{
Error{Error::Flag::NoSpace} << "wrong frame count for direction '"
- << group.name << "', " << max-1
+ << group.name << "' -- " << max-1
<< " should be " << opts.nframes;
return false;
}