mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
RISC OS: Squash use of uninitialised variable.
This commit is contained in:
parent
743637a8d2
commit
07456db2dc
@ -409,7 +409,7 @@ static bool ro_cw_mouse_click(wimp_pointer *pointer)
|
||||
os_error *error;
|
||||
wimp_window_state state;
|
||||
int xpos, ypos;
|
||||
browser_mouse_state mouse;
|
||||
browser_mouse_state mouse = 0;
|
||||
bool handled = false;
|
||||
struct ro_corewindow *ro_cw;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user