Skip to content

Commit ca87f3f

Browse files
authored
Update README.md
Resolves #22
1 parent e5b00b6 commit ca87f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub fn main() !void {
3434
gl.clearBufferfv(gl.COLOR, 0, &.{ 0.2, 0.4, 0.8, 1.0 });
3535
}
3636
37-
fn getProcAddress(name: [:0]const u8) callconv(.c) ?*const anyopaque {
37+
fn getProcAddress(name: [*:0]const u8) callconv(.c) ?*const anyopaque {
3838
// Load GL function pointer here
3939
// You could use `zsdl.gl.getProcAddress() or `zglfw.getProcAddress()`
4040
}

0 commit comments

Comments
 (0)