diff options
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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++; |