X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sigrokdecode.h;h=3c693145c28b2363134393dd2edda5d73e4034b8;hb=de9cee24cf52e42e51434ed542d4506c1fc0901b;hp=a4b5c2cd43b0a6b4aafec72a6a2748e518c94501;hpb=94d43b37bd34263f5ed9f7135aac5fe7413c7f07;p=libsigrokdecode.git diff --git a/sigrokdecode.h b/sigrokdecode.h index a4b5c2c..3c69314 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -111,7 +111,7 @@ struct srd_decoder { /* List of NULL-terminated char[], containing descriptions of the * supported annotation output. */ - GSList *annotation; + GSList *annotations; /** TODO */ PyObject *py_mod;