]> sigrok.org Git - libsigrok.git/blobdiff - input/wav.c
Rename 'struct sr_probe' to 'struct sr_channel' everywhere.
[libsigrok.git] / input / wav.c
index 0106a58670786fde5d5483510571c09928f1ff31..5b3e3c2a61b2c366b3f9f4e2dfc9892fe8ceba5f 100644 (file)
@@ -85,7 +85,7 @@ static int format_match(const char *filename)
 
 static int init(struct sr_input *in, const char *filename)
 {
-       struct sr_probe *probe;
+       struct sr_channel *probe;
        struct context *ctx;
        char buf[40], probename[8];
        int i;