mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
(udev) Use {{0}} for initialization
This commit is contained in:
parent
9c6f8eed40
commit
77ba9c650f
@ -663,7 +663,7 @@ static void restore_terminal_signal(int sig)
|
||||
|
||||
static void disable_terminal_input(void)
|
||||
{
|
||||
struct sigaction sa = {0};
|
||||
struct sigaction sa = {{0}};
|
||||
|
||||
/* Avoid accidentally typing stuff. */
|
||||
if (!isatty(0) || oldkbmd != 0xffff)
|
||||
|
Loading…
x
Reference in New Issue
Block a user