mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
279 B
Diff
12 lines
279 B
Diff
--- a/client/Wayland/wlfreerdp.c
|
|
+++ v/client/Wayland/wlfreerdp.c
|
|
@@ -587,7 +587,7 @@
|
|
DeleteCriticalSection(&wlf->critical);
|
|
}
|
|
|
|
-static void* uwac_event_clone(const void* val)
|
|
+static void* uwac_event_clone(void* val)
|
|
{
|
|
UwacEvent* copy;
|
|
UwacEvent* ev = (UwacEvent*)val;
|