From 9dc47071c09801f26262405fed627b019328c967 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 11 Feb 2011 11:25:25 +1100 Subject: [PATCH 1/1] can't use C comments in C comments - DUH --- ccan/daemon-with-notify/_info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); * } * -- 2.39.2