authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-03-07 19:53:38-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-03-08 14:58:53-07:00
log627209253c65363483fbdae9effad51f1aed8c98
treeaaf4eb2f125149bfc6a515b6df3141ac2db01433
parentc6160fa3a5c2f55871c2ab2377531c8a4e34a76a

langref: fix a stray anyopaque that should be a void


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -1317,7 +1317,7 @@ const @"identifier with spaces in it" = 0xff;...@@ -1317,7 +1317,7 @@ const @"identifier with spaces in it" = 0xff;
1317const @"1SmallStep4Man" = 112358;1317const @"1SmallStep4Man" = 112358;
13181318
1319const c = @import("std").c;1319const c = @import("std").c;
1320pub extern "c" fn @"error"() anyopaque;1320pub extern "c" fn @"error"() void;
1321pub extern "c" fn @"fstat$INODE64"(fd: c.fd_t, buf: *c.Stat) c_int;1321pub extern "c" fn @"fstat$INODE64"(fd: c.fd_t, buf: *c.Stat) c_int;
13221322
1323const Color = enum {1323const Color = enum {