Skip to content

Commit 41551ef

Browse files
committed
Sound: fix typo
1 parent 4c96d04 commit 41551ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/sound/sound.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ void ffGenerateSoundJson(FF_MAYBE_UNUSED FFSoundOptions* options, yyjson_mut_doc
177177
if (item->volume != FF_SOUND_VOLUME_UNKNOWN)
178178
yyjson_mut_obj_add_uint(doc, obj, "volume", item->volume);
179179
else
180-
yyjson_mut_obj_add_null(doc, obj, "volumne");
180+
yyjson_mut_obj_add_null(doc, obj, "volume");
181181

182182
yyjson_mut_obj_add_strbuf(doc, obj, "name", &item->name);
183183
yyjson_mut_obj_add_strbuf(doc, obj, "identifier", &item->identifier);

0 commit comments

Comments
 (0)