Diff between 8460875579185e3e07bf60ab2caead65e4bd3144 and 500457906fbe7325b605b751d7e2ad70755eb6d7

Changed Files

File Additions Deletions Status
compat/hidd.c +1 -1 modified

Full Patch

diff --git a/compat/hidd.c b/compat/hidd.c
index fd1b28c..f8a0dfd 100644
--- a/compat/hidd.c
+++ b/compat/hidd.c
@@ -811,7 +811,7 @@ int main(int argc, char *argv[])
         if (detach) {
 		if (daemon(0, 0)) {
 			perror("Can't start daemon");
-        	        exit(1);
+			exit(1);
 		}
 	} else
 		log_option |= LOG_PERROR;