aboutsummaryrefslogtreecommitdiffstats
path: root/src/hap.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/hap.zig')
-rw-r--r--src/hap.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hap.zig b/src/hap.zig
index c2db8bb..7a2dd50 100644
--- a/src/hap.zig
+++ b/src/hap.zig
@@ -1,5 +1,5 @@
const std = @import("std");
-const c = @import("c.zig");
+const c = @import("c.zig").c;
const gl = @import("gl.zig");
const ffmpeg = @import("ffmpeg.zig");
@@ -63,7 +63,7 @@ pub const HAPDecoder = struct {
p: ?*anyopaque,
count: c_uint,
info: ?*anyopaque,
- ) callconv(.C) void {
+ ) callconv(.c) void {
_ = info;
var i: c_uint = 0;