X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=sigrokdecode.h;h=3c693145c28b2363134393dd2edda5d73e4034b8;hp=a4b5c2cd43b0a6b4aafec72a6a2748e518c94501;hb=0db89774dee57db500f270985f73f3bb2dcdbb42;hpb=94d43b37bd34263f5ed9f7135aac5fe7413c7f07 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;