fix formatting in openbsd.zig

CI was failing for unrelated reasons so this went unnoticed
This commit is contained in:
Veikka Tuominen
2022-02-20 11:48:41 +02:00
parent ec59a04138
commit 65aa333197

View File

@@ -48,7 +48,7 @@ pub extern "c" fn pthread_get_name_np(thread: std.c.pthread_t, name: [*:0]u8, le
pub const login_cap_t = extern struct {
lc_class: ?[*:0]const u8,
lc_cap: ?[*:0]const u8,
lc_style: ?[*:0]const u8
lc_style: ?[*:0]const u8,
};
pub extern "c" fn login_getclass(class: ?[*:0]const u8) ?*login_cap_t;