From bac2dbaeb699fc4e5ebf567f9de02ee957640fc3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 20 Apr 2023 17:46:21 +0200 Subject: Fix incorrect pointer --- guile-osc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guile-osc.c') diff --git a/guile-osc.c b/guile-osc.c index 50ce99e..af7cd49 100644 --- a/guile-osc.c +++ b/guile-osc.c @@ -87,7 +87,7 @@ struct method_callback_guile_data const char *types; lo_arg **argv; int argc; - lo_message *msg; + lo_message msg; void *vp; }; -- cgit v1.2.3