summaryrefslogtreecommitdiffstats
path: root/x11vnc/linuxfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/linuxfb.c')
-rw-r--r--x11vnc/linuxfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/linuxfb.c b/x11vnc/linuxfb.c
index a884acc..8adfe6b 100644
--- a/x11vnc/linuxfb.c
+++ b/x11vnc/linuxfb.c
@@ -97,7 +97,7 @@ char *console_guess(char *str, int *fd) {
if (sscanf(in, "console%d", &n) != 1) {
tty = n;
have_uinput = 0;
- }
+ }
}
if (! atparms) {