aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 0737582..bf8c56c 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -152,7 +152,8 @@ typedef struct {
uint32_t index;
uint32_t protocol;
uint32_t size;
- uint8_t body[];
+
+ // Followed immediately by size bytes of data
} ControlChange;
typedef struct {