summaryrefslogtreecommitdiffstats
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd.c b/httpd.c
index b745df0..2b06da2 100644
--- a/httpd.c
+++ b/httpd.c
@@ -434,9 +434,9 @@ httpProcessInput(rfbScreenInfoPtr rfbScreen)
} else
#endif
WriteExact(&cl, "?", 1);
- } else if (compareAndSkip(&ptr, "$PARAMS")) {
- if (params[0] != '\0')
- WriteExact(&cl, params, strlen(params));
+ } else if (compareAndSkip(&ptr, "$PARAMS")) {
+ if (params[0] != '\0')
+ WriteExact(&cl, params, strlen(params));
} else {
if (!compareAndSkip(&ptr, "$$"))
ptr++;