aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2017-12-14 10:49:21 +0100
committerMihai Moldovan <ionic@ionic.de>2017-12-14 10:49:21 +0100
commit1d301c517e613dbb7e14e8b5fe5552919366fc4e (patch)
treefbcc0812cafcd14eb4512bb66b751314736671fc /nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c
parent91ca51bffc299519f723cc3adeb207bbad8a26c3 (diff)
parent8bb1579f40bb74b9dad302e79c124541694b3265 (diff)
downloadnx-libs-1d301c517e613dbb7e14e8b5fe5552919366fc4e.tar.gz
nx-libs-1d301c517e613dbb7e14e8b5fe5552919366fc4e.tar.bz2
nx-libs-1d301c517e613dbb7e14e8b5fe5552919366fc4e.zip
Merge branch 'sunweaver-pr/fix-compiler-warnings' into 3.6.x
Attributes GH PR #333: https://github.com/ArcticaProject/nx-libs/pull/333
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c b/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c
index 5792a41c5..1c2cd42ac 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/NXdispatch.c
@@ -309,7 +309,7 @@ Reply Total Cached Bits In Bits Out Bits/Reply Ratio
if (!(dispatchException & DE_TERMINATE))
dispatchException = 0;
- while (!dispatchException)
+ while (!dispatchException)
{
if (*icheck[0] != *icheck[1])
{