summaryrefslogtreecommitdiffstats
path: root/sesman/sesman.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-02-20 06:06:26 +0000
committerjsorg71 <jsorg71>2005-02-20 06:06:26 +0000
commit8defc32e27572d358de084c7a8de88fe248da84d (patch)
tree7ea29feafba79d32689f85e81691148925605e5a /sesman/sesman.c
parent2999a3c8313d3fcb64413d827c1380890533c451 (diff)
downloadxrdp-proprietary-8defc32e27572d358de084c7a8de88fe248da84d.tar.gz
xrdp-proprietary-8defc32e27572d358de084c7a8de88fe248da84d.zip
readability and 64 bit changes
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r--sesman/sesman.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c
index fbc6c025..503f112d 100644
--- a/sesman/sesman.c
+++ b/sesman/sesman.c
@@ -307,7 +307,8 @@ int start_session(int width, int height, int bpp, char* username,
else if (xpid == 0) // child
{
execlp("Xvnc", "Xvnc", screen, "-geometry", geometry,
- "-depth", depth, "-bs", "-rfbauth", passwd_file, NULL);
+ "-depth", depth, "-bs", "-rfbauth", passwd_file,
+ NULL);
// should not get here
g_printf("error\n");
_exit(0);