diff options
| author | a1e7cb88 <[email protected]> | 2021-10-18 20:53:23 +0800 |
|---|---|---|
| committer | a1e7cb88 <[email protected]> | 2021-10-18 20:53:23 +0800 |
| commit | ae31f2e0680cdfc7db1e7faec3d33afa288b1626 (patch) | |
| tree | 6e62ef88c8ad3c599c40ae7e09d14b5c86c50dc4 /mkvlib/c | |
| parent | 1dbc72c60e4932e5b88ea608c668eea035ac7980 (diff) | |
fix bug
Diffstat (limited to 'mkvlib/c')
| -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 |
