Sound: fix typo

This commit is contained in:
李通洲
2023-10-07 15:15:39 +08:00
parent 4c96d0453e
commit 41551ef200
+1 -1
View File
@@ -177,7 +177,7 @@ void ffGenerateSoundJson(FF_MAYBE_UNUSED FFSoundOptions* options, yyjson_mut_doc
if (item->volume != FF_SOUND_VOLUME_UNKNOWN)
yyjson_mut_obj_add_uint(doc, obj, "volume", item->volume);
else
yyjson_mut_obj_add_null(doc, obj, "volumne");
yyjson_mut_obj_add_null(doc, obj, "volume");
yyjson_mut_obj_add_strbuf(doc, obj, "name", &item->name);
yyjson_mut_obj_add_strbuf(doc, obj, "identifier", &item->identifier);