X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fwav.c;h=45854caac1f684f445d2bee87e032e9cff831c79;hb=1f501d72ef58861e27c6c7fcbb26780ad41010ef;hp=e01f3afdea53bb9fc4dfdc7d3d71a934eea76268;hpb=1685c27619b7c8c9041476d0db437081ac892d4f;p=libsigrok.git diff --git a/src/output/wav.c b/src/output/wav.c index e01f3afd..45854caa 100644 --- a/src/output/wav.c +++ b/src/output/wav.c @@ -350,7 +350,8 @@ 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, .receive = receive,