diff options
author | Bert Vermeulen <bert@biot.com> | 2012-02-11 18:06:56 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2012-02-11 18:06:56 +0100 |
commit | a8b72b05cad9fd63e52079acb395a6694ed5f6b6 (patch) | |
tree | 6d952c226d0aa5024ee35c996f763d0183007810 /decoder.c | |
parent | 7b56d7a5d272879bc2b48f751935fda86347c438 (diff) | |
download | libsigrokdecode-a8b72b05cad9fd63e52079acb395a6694ed5f6b6.tar.gz libsigrokdecode-a8b72b05cad9fd63e52079acb395a6694ed5f6b6.zip |
srd: rename all instance to inst
Diffstat (limited to 'decoder.c')
-rw-r--r-- | decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |