X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fwav.c;h=a16f45eaca320115bc576673d6317360843e7e3d;hb=3cd4b381744eb88fd4ba32565bd408c33b431629;hp=e9c7d6fd1a70bee549121c7ac1872619532e377d;hpb=7df31ae8978fd719646384ba1889fd69a038a45c;p=libsigrok.git diff --git a/src/output/wav.c b/src/output/wav.c index e9c7d6fd..a16f45ea 100644 --- a/src/output/wav.c +++ b/src/output/wav.c @@ -352,6 +352,7 @@ SR_PRIV struct sr_output_module output_wav = { .name = "WAV", .desc = "Microsoft WAV file format", .exts = (const char*[]){"wav", NULL}, + .flags = 0, .options = get_options, .init = init, .receive = receive,