~hp/sherlock.lv2

08e5e6e5d77b4a3c21d17ab7baa343d39fa21290 — Hanspeter Portner 8 months ago b030d07
Fix pedantic compiler warning
2 files changed, 2 insertions(+), 2 deletions(-)

M meson_options.txt
M sherlock.lv2/sherlock_nk.h
M meson_options.txt => meson_options.txt +1 -1
@@ 9,4 9,4 @@ option('lv2libdir',
	type : 'string',
	value : 'lib/lv2')

option('version', type : 'string', value : '0.29.47')
option('version', type : 'string', value : '0.29.49')

M sherlock.lv2/sherlock_nk.h => sherlock.lv2/sherlock_nk.h +1 -1
@@ 35,7 35,7 @@ struct _item_t {

		struct {
			LV2_Atom_Event ev;
			uint8_t body [0];
			uint8_t body [1];
		} event;
	};
};