replace C++ style comments
[systembsd.git] / src / main.c
index 3cf0ee0b26f26124930a7c724294299a6e3861b1..e8127f06545141f8c86e8e4077111eae8f5596c2 100644 (file)
@@ -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();