diff options
Diffstat (limited to 'sigrokdecode.h')
-rw-r--r-- | sigrokdecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigrokdecode.h b/sigrokdecode.h index 201aea4..2a78a4d 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -103,7 +103,7 @@ struct srd_decoder { GSList *probes; /** Optional probes */ - GSList *extra_probes; + GSList *opt_probes; /* List of NULL-terminated char[], containing descriptions of the * supported annotation output. |