From ae31f2e0680cdfc7db1e7faec3d33afa288b1626 Mon Sep 17 00:00:00 2001 From: a1e7cb88 Date: Mon, 18 Oct 2021 20:53:23 +0800 Subject: fix bug --- mkvlib/c/exports.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mkvlib/c') diff --git a/mkvlib/c/exports.go b/mkvlib/c/exports.go index 93d8321..1f22703 100644 --- a/mkvlib/c/exports.go +++ b/mkvlib/c/exports.go @@ -32,8 +32,8 @@ func DumpMKV(file, output *C.char, subset bool) bool { } type checkSubset_R struct { - Subseted bool `json:"subseted"` - Error bool `json:"error"` + Subsetted bool `json:"subsetted"` + Error bool `json:"error"` } //export CheckSubset -- cgit v1.2.1