]> sigrok.org Git - libsigrokdecode.git/blobdiff - sigrokdecode.h
srd: annotation -> annotations.
[libsigrokdecode.git] / sigrokdecode.h
index a4b5c2cd43b0a6b4aafec72a6a2748e518c94501..3c693145c28b2363134393dd2edda5d73e4034b8 100644 (file)
@@ -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;