]> sigrok.org Git - libsigrok.git/blobdiff - src/output/wav.c
input/output: Slightly improved module descriptions.
[libsigrok.git] / src / output / wav.c
index e3e4a9f333dd9ed4cccdad782364296f729a0441..732fe976f0df420c2cae8b8e4b9a935ca0201b45 100644 (file)
@@ -367,7 +367,7 @@ static int cleanup(struct sr_output *o)
 SR_PRIV struct sr_output_module output_wav = {
        .id = "wav",
        .name = "WAV",
-       .desc = "Microsoft WAV file format",
+       .desc = "Microsoft WAV file format data",
        .exts = (const char*[]){"wav", NULL},
        .flags = 0,
        .options = get_options,