summaryrefslogtreecommitdiff
path: root/src/system/dlt-system-process-handling.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system-process-handling.c')
-rw-r--r--src/system/dlt-system-process-handling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/dlt-system-process-handling.c b/src/system/dlt-system-process-handling.c
index 0b6b77d..21e2987 100644
--- a/src/system/dlt-system-process-handling.c
+++ b/src/system/dlt-system-process-handling.c
@@ -84,7 +84,7 @@ int daemonize()
for(i = getdtablesize(); i >= 0; i--)
close(i);
- int fd = open("/dev/null",O_RDWR);
+ int fd = open("/dev/null",O_RDWR);
if(fd < 0)
{
return -1;