Commit 3e75c816 authored by Ulrich Sibiller's avatar Ulrich Sibiller

XlibInt.c: shorten one ifdef

parent a497ebf8
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment