citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 5685fe1ace20bf5dc917fbd7aeff01041fdbd94c
parent 61fcecf9e79cc8158320f92577add6252d257897
Author: Kyle Milz <kyle@0x30.net>
Date:   Wed, 15 Jun 2016 22:16:57 -0600

lib: put comment on single line

Diffstat:
Mlib/runtime.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/runtime.c b/lib/runtime.c @@ -169,9 +169,7 @@ xread(int d, const void *buf, size_t bytes_total) return bytes_read; } -/* - * Grab an execution context and start up the control thread. - */ +/* Grab an execution context and start up the control thread. */ __attribute__((constructor)) static void runtime_init() {