image: fix typo
This commit is contained in:
parent
981b52c05b
commit
b8dcb84294
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue