diff options
author | kremlin <ian@kremlin.cc> | 2014-06-27 07:50:14 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-06-27 07:50:14 +0800 |
commit | a6f11205f4da65a5671707d396df40203f668e1c (patch) | |
tree | 529abc4f1ae42d2befc8ee7e00e20104b48086dd /src/main.c | |
parent | 205ba9a70cdc92cf0afdc09c9356ca59b9463f48 (diff) | |
download | systembsd-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |