diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-08-28 22:48:39 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-09-15 20:04:27 +0200 |
commit | 280d554c29fc234d27be77d602436395d01da6dd (patch) | |
tree | 6c392c281819ad1019b75845987865ef783a79c3 /libsigrokdecode.h | |
parent | e228150a0e8d60ef3fcaa6f077305a8e6045dfe8 (diff) | |
download | libsigrokdecode-280d554c29fc234d27be77d602436395d01da6dd.tar.gz libsigrokdecode-280d554c29fc234d27be77d602436395d01da6dd.zip |
Replace ann_format with ann_class.
The naming has been changed to "annotation class" a while ago.
Diffstat (limited to 'libsigrokdecode.h')
-rw-r--r-- | libsigrokdecode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsigrokdecode.h b/libsigrokdecode.h index 4d18f3b..0aed0f3 100644 --- a/libsigrokdecode.h +++ b/libsigrokdecode.h @@ -248,7 +248,7 @@ struct srd_proto_data { void *data; }; struct srd_proto_data_annotation { - int ann_format; + int ann_class; char **ann_text; }; struct srd_proto_data_binary { |