image: fix typo

This commit is contained in:
Luna 2019-08-06 23:35:02 -03:00
parent 981b52c05b
commit b8dcb84294
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ pub const Image = struct {
try self.reopen(tmpnam);
var time_taken = timer.read();
std.debug.warn("\ttook {d:.2}ms running plugin\n", time_taken * std.time.millisecond);
std.debug.warn("\ttook {d:.2}ms running plugin\n", time_taken / std.time.millisecond);
}
pub fn saveTo(self: *Image, out_path: []const u8) !void {