aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3cf0ee0..e8127f0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -45,7 +45,7 @@ int main() {
if(!systemd_utils_init()) {
g_printf("failed to init, are you root?\n");
- return 1; //TODO errno properly. grep for all "return 1;"s, not TODO'ing each one
+ return 1; /* TODO errno properly. grep for all "return 1;"s, not TODO'ing each one */
}
hostnamed_init();