diff options
Diffstat (limited to 'x11vnc/unixpw.c')
-rw-r--r-- | x11vnc/unixpw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/unixpw.c b/x11vnc/unixpw.c index bb09d60..ac41523 100644 --- a/x11vnc/unixpw.c +++ b/x11vnc/unixpw.c @@ -279,7 +279,7 @@ void try_to_be_nobody(void) { } -static int slave_fd = -1, alarm_fired = 0;; +static int slave_fd = -1, alarm_fired = 0; static void close_alarm (int sig) { if (slave_fd >= 0) { |