]> git.ozlabs.org Git - ccan/commitdiff
can't use C comments in C comments - DUH
authorStewart Smith <stewart@flamingspork.com>
Fri, 11 Feb 2011 00:25:25 +0000 (11:25 +1100)
committerStewart Smith <stewart@flamingspork.com>
Fri, 11 Feb 2011 00:25:25 +0000 (11:25 +1100)
ccan/daemon-with-notify/_info

index c556920535ade95318d83c7b5d32d4c28f3aa612..701ca613c61344b753fc4a57179e87b0337bcd70 100644 (file)
@@ -37,9 +37,9 @@
  *                     } else
  *                             usage(argv[1]);
  *             }
- *             sleep(10); /* do some init here */
+ *             sleep(10); // do some init here
  *             daemon_is_ready();
- *             sleep(20); /* will be done in child, detached from parent */
+ *             sleep(20); // will be done in child, detached from parent
  *             exit(0);
  *     }
  *