From e97b6ef569f73e387b2597dfa144c01838c0e27c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 10 Jan 2012 21:05:09 +0100 Subject: srd: annotation -> annotations. In the PDs (Python code), the 'annotation' variable/attribute is a list of annotation formats. Use the plural 'annotations' as we do for other lists such as 'inputs', 'outputs', 'probes', 'options', and so on. --- sigrokdecode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigrokdecode.h') 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; -- cgit v1.2.3-70-g09d2