diff options
author | XANTRONIX Development | 2022-03-16 00:22:30 -0400 |
---|---|---|
committer | XANTRONIX Development | 2022-03-16 00:22:30 -0400 |
commit | f3cb4dbdc5c8aab3f514915d32e3496ef2117939 (patch) | |
tree | 18de4fa16cd33340966235f73f70a6fcaa93d87a /include/xas | |
parent | cd1f89fade802c48c92680f1ddbadfbd0d04017d (diff) | |
download | xas-f3cb4dbdc5c8aab3f514915d32e3496ef2117939.tar.gz xas-f3cb4dbdc5c8aab3f514915d32e3496ef2117939.tar.bz2 xas-f3cb4dbdc5c8aab3f514915d32e3496ef2117939.zip |
fix typo
Diffstat (limited to 'include/xas')
-rw-r--r-- | include/xas/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xas/object.h b/include/xas/object.h index 4392892..91287f5 100644 --- a/include/xas/object.h +++ b/include/xas/object.h @@ -13,7 +13,7 @@ typedef int (*xas_object_set_gain_callback)(xas_object *object, float gain); typedef int (*xas_object_set_freq_callback)(xas_object *object, size_t freq); -typedef int (*xas_object_set_bank_callback)(xas_object *object, size_t gain); +typedef int (*xas_object_set_bank_callback)(xas_object *object, size_t bank); typedef xas_audio_stream *(*xas_object_stream_new_callback)(xas_object *object); |