summaryrefslogtreecommitdiff
path: root/decoder.c
diff options
context:
space:
mode:
authorBert Vermeulen <bert@biot.com>2012-02-11 18:06:56 +0100
committerBert Vermeulen <bert@biot.com>2012-02-11 18:06:56 +0100
commita8b72b05cad9fd63e52079acb395a6694ed5f6b6 (patch)
tree6d952c226d0aa5024ee35c996f763d0183007810 /decoder.c
parent7b56d7a5d272879bc2b48f751935fda86347c438 (diff)
downloadlibsigrokdecode-a8b72b05cad9fd63e52079acb395a6694ed5f6b6.tar.gz
libsigrokdecode-a8b72b05cad9fd63e52079acb395a6694ed5f6b6.zip
srd: rename all instance to inst
Diffstat (limited to 'decoder.c')
-rw-r--r--decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder.c b/decoder.c
index 731ab16..841e432 100644
--- a/decoder.c
+++ b/decoder.c
@@ -336,7 +336,7 @@ SRD_API int srd_unload_decoder(struct srd_decoder *dec)
* but they could be anywhere in the stack, just free the entire
* stack. A frontend reloading a decoder thus has to restart all
* instances, and rebuild the stack. */
- srd_instance_free_all(NULL);
+ srd_inst_free_all(NULL);
free_probes(dec->probes);
free_probes(dec->opt_probes);