From: Stewart Smith Date: Fri, 11 Feb 2011 00:25:25 +0000 (+1100) Subject: can't use C comments in C comments - DUH X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=9dc47071c09801f26262405fed627b019328c967 can't use C comments in C comments - DUH --- diff --git a/ccan/daemon-with-notify/_info b/ccan/daemon-with-notify/_info index c5569205..701ca613 100644 --- a/ccan/daemon-with-notify/_info +++ b/ccan/daemon-with-notify/_info @@ -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); * } *