Skip to content

Commit 61d6f8f

Browse files
committed
Update crash_reporter_linux.zig
1 parent 6480193 commit 61d6f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/deps/crash_reporter_linux.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const std = @import("std");
22

3-
pub fn start(_: anytype, _: anytype) bool {
3+
pub fn start(_: anytype) bool {
44
std.debug.attachSegfaultHandler();
55
return true;
66
}

0 commit comments

Comments
 (0)