Skip to content

Commit 03ff7c3

Browse files
hazeycodeCopilot
andauthored
Update samples/minimal_glfw_gl/src/main-web.zig
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6e065f6 commit 03ff7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/minimal_glfw_gl/src/main-web.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export fn mainLoopCallback() void {
2323
.version_major = 2,
2424
.version_minor = 0,
2525
}) catch |err| {
26-
std.log.err("sdl_demo.init failed with error: {s}", .{@errorName(err)});
26+
std.log.err("minimal_glfw_gl.init failed with error: {s}", .{@errorName(err)});
2727
return;
2828
};
2929
initialised = true;

0 commit comments

Comments
 (0)