aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-06-27 07:50:14 +0800
committerkremlin <ian@kremlin.cc>2014-06-27 07:50:14 +0800
commita6f11205f4da65a5671707d396df40203f668e1c (patch)
tree529abc4f1ae42d2befc8ee7e00e20104b48086dd /src/main.c
parent205ba9a70cdc92cf0afdc09c9356ca59b9463f48 (diff)
downloadsystembsd-a6f11205f4da65a5671707d396df40203f668e1c.tar.gz
systembsd-a6f11205f4da65a5671707d396df40203f668e1c.tar.zst
systembsd-a6f11205f4da65a5671707d396df40203f668e1c.zip
replace C++ style comments
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();