runner: bump ident of load path msg

This commit is contained in:
Luna 2019-08-09 11:29:10 -03:00
parent 6fd4cd0ecd
commit 4aa9e9d7b9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ pub const Runner = struct {
fn loadCmd(self: *Runner, path_or_argidx: []const u8) !void {
var load_path = try self.resolveArgPath(path_or_argidx);
std.debug.warn("load path: {}\n", load_path);
std.debug.warn("\tload path: {}\n", load_path);
// we could use ImageMagick to convert from X to BMP
// but i can't find an easy way to do things in memory.