From a82c83c6a506a41154344593948de859e5b9ae7e Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Wed, 21 Jan 2015 01:02:37 -0500 Subject: [PATCH] output/wav: Improved description --- src/output/wav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/wav.c b/src/output/wav.c index 6ffe905a..45854caa 100644 --- a/src/output/wav.c +++ b/src/output/wav.c @@ -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,