aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/ChClMode.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/ChClMode.c')
-rw-r--r--nx-X11/lib/X11/ChClMode.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/ChClMode.c b/nx-X11/lib/X11/ChClMode.c
index 29726e337..5250a80bc 100644
--- a/nx-X11/lib/X11/ChClMode.c
+++ b/nx-X11/lib/X11/ChClMode.c
@@ -30,10 +30,9 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XSetCloseDownMode(dpy, mode)
- register Display *dpy;
- int mode;
-
+XSetCloseDownMode(
+ register Display *dpy,
+ int mode)
{
register xSetCloseDownModeReq *req;