X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fwav.c;h=45854caac1f684f445d2bee87e032e9cff831c79;hb=a82c83c6a506a41154344593948de859e5b9ae7e;hp=6ffe905a979e5e3e9204342c2db2dfe1cfbd4cb1;hpb=8a174d23427735617d69c7502ed8dcade786bbf9;p=libsigrok.git 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,