summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-03-25 05:31:11 +0000
committerjsorg71 <jsorg71>2008-03-25 05:31:11 +0000
commitae7bc310d622e5d3d690ff94566412b44eaee346 (patch)
treede4b20dcddc75372a011019f100e1d7f83f7d276 /xrdp/xrdp.c
parentbd09af7d712a07caf965ae431ddb15a2a3496d71 (diff)
downloadxrdp-proprietary-ae7bc310d622e5d3d690ff94566412b44eaee346.tar.gz
xrdp-proprietary-ae7bc310d622e5d3d690ff94566412b44eaee346.zip
remove tabs
Diffstat (limited to 'xrdp/xrdp.c')
-rw-r--r--xrdp/xrdp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xrdp/xrdp.c b/xrdp/xrdp.c
index 15b58ad0..6ac305a6 100644
--- a/xrdp/xrdp.c
+++ b/xrdp/xrdp.c
@@ -426,10 +426,10 @@ main(int argc, char** argv)
}
else if (g_strncasecmp(argv[1], "-nodaemon", 255) == 0 ||
g_strncasecmp(argv[1], "--nodaemon", 255) == 0 ||
- g_strncasecmp(argv[1], "-nd", 255) == 0 ||
- g_strncasecmp(argv[1], "--nd", 255) == 0 ||
- g_strncasecmp(argv[1], "-ns", 255) == 0 ||
- g_strncasecmp(argv[1], "--ns", 255) == 0)
+ g_strncasecmp(argv[1], "-nd", 255) == 0 ||
+ g_strncasecmp(argv[1], "--nd", 255) == 0 ||
+ g_strncasecmp(argv[1], "-ns", 255) == 0 ||
+ g_strncasecmp(argv[1], "--ns", 255) == 0)
{
no_daemon = 1;
}