]> sigrok.org Git - libsigrok.git/commitdiff
output/wav: Improved description
authorJoel Holdsworth <redacted>
Wed, 21 Jan 2015 06:02:37 +0000 (01:02 -0500)
committerUwe Hermann <redacted>
Tue, 27 Jan 2015 17:05:30 +0000 (18:05 +0100)
src/output/wav.c

index 6ffe905a979e5e3e9204342c2db2dfe1cfbd4cb1..45854caac1f684f445d2bee87e032e9cff831c79 100644 (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,