diff options
Diffstat (limited to 'mkvlib/c/exports.go')
| -rw-r--r-- | mkvlib/c/exports.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
