]> sigrok.org Git - libsigrok.git/blobdiff - src/input/binary.c
input: Introduce new input module API.
[libsigrok.git] / src / input / binary.c
index 846e6bab6ee2af4d8a510a7bfab0318102f18460..91970dbf8417e2ba100a606fcc1d6877aa2cb3bf 100644 (file)
@@ -144,7 +144,7 @@ static int loadfile(struct sr_input *in, const char *filename)
 
 SR_PRIV struct sr_input_module input_binary = {
        .id = "binary",
-       .description = "Raw binary",
+       .desc = "Raw binary",
        .format_match = format_match,
        .init = init,
        .loadfile = loadfile,