mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
fix clang... sigh
This commit is contained in:
@@ -1032,7 +1032,7 @@ df_watch_view_build(DF_Window *ws, DF_Panel *panel, DF_View *view, DF_WatchViewS
|
|||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
UI_Event dummy_evt = {0};
|
UI_Event dummy_evt = zero_struct;
|
||||||
UI_Event *evt = &dummy_evt;
|
UI_Event *evt = &dummy_evt;
|
||||||
if(event_n != 0)
|
if(event_n != 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user