diff options
author | David Robillard <d@drobilla.net> | 2022-08-10 14:29:46 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-17 13:51:07 -0400 |
commit | a71bbcd5d699b155daf37be93c521c00b3b06ae6 (patch) | |
tree | a96511f0d5352c04d3c64df4b31419809eab02f3 | |
parent | 53812b2fc4aa809bf8156faee88b59cc69d1b9ec (diff) | |
download | jalv-a71bbcd5d699b155daf37be93c521c00b3b06ae6.tar.gz jalv-a71bbcd5d699b155daf37be93c521c00b3b06ae6.tar.bz2 jalv-a71bbcd5d699b155daf37be93c521c00b3b06ae6.zip |
Fix comment typo
-rw-r--r-- | src/jalv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -600,7 +600,7 @@ jalv_write_event(Jalv* const jalv, const LV2_URID type, const void* const body) { - // TODO: Be more disciminate about what to send + // TODO: Be more discriminate about what to send char evbuf[sizeof(ControlChange) + sizeof(LV2_Atom)]; ControlChange* ev = (ControlChange*)evbuf; ev->index = port_index; |