Commit 9dc47071 authored by Stewart Smith's avatar Stewart Smith

can't use C comments in C comments - DUH

parent 91f2ced8
......@@ -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);
* }
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment