output/wav: Improved description

This commit is contained in:
Joel Holdsworth 2015-01-21 01:02:37 -05:00 committed by Uwe Hermann
parent 8a174d2342
commit a82c83c6a5
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ static const struct sr_option *get_options(void)
SR_PRIV struct sr_output_module output_wav = {
.id = "wav",
.name = "WAV",
.desc = "WAVE file format",
.desc = "Microsoft WAV file format",
.exts = (const char*[]){"wav", NULL},
.options = get_options,
.init = init,