X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fwav.c;h=e9c7d6fd1a70bee549121c7ac1872619532e377d;hb=HEAD;hp=e3e4a9f333dd9ed4cccdad782364296f729a0441;hpb=972398f471696e6c8995f7066d6f5a4a1d2b3552;p=libsigrok.git diff --git a/src/output/wav.c b/src/output/wav.c index e3e4a9f3..732fe976 100644 --- a/src/output/wav.c +++ b/src/output/wav.c @@ -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,