diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-25 21:43:53 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:30 +0200 |
commit | 3e75c816d2439b2a565418c0b298d056ce2437bc (patch) | |
tree | 43230079edb943866d4eededed38b1768b219eae /nx-X11/lib | |
parent | a497ebf8822928e095a4ccd49538ee798dd6a07e (diff) | |
download | nx-libs-3e75c816d2439b2a565418c0b298d056ce2437bc.tar.gz nx-libs-3e75c816d2439b2a565418c0b298d056ce2437bc.tar.bz2 nx-libs-3e75c816d2439b2a565418c0b298d056ce2437bc.zip |
XlibInt.c: shorten one ifdef
Diffstat (limited to 'nx-X11/lib')
-rw-r--r-- | nx-X11/lib/X11/XlibInt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/XlibInt.c b/nx-X11/lib/X11/XlibInt.c index 6ecbdc932..7ca1d0d01 100644 --- a/nx-X11/lib/X11/XlibInt.c +++ b/nx-X11/lib/X11/XlibInt.c @@ -362,7 +362,7 @@ _XWaitForWritable( int nfound; #ifdef NX_TRANS_SOCKET -#if defined(NX_TRANS_SOCKET) && defined(NX_TRANS_CHANGE) +#if defined(NX_TRANS_CHANGE) int congestion; #endif if (_XGetIOError(dpy)) { |