citrun

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

commit 997286944a95701936651aaea6ae7c9c100febbe
parent bb68871351471a063878d8669c679a39a48742c5
Author: Kyle Milz <kyle@windows.krwm.net>
Date:   Wed,  4 Jan 2017 20:40:25 -0800

lib: use void for no parameters

Diffstat:
Mlib.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib.c b/lib.c @@ -91,7 +91,7 @@ open_fd() * Called by atexit(3), which doesn't always get called (this is unreliable). */ static void -set_exited() +set_exited(void) { header->exited = 1; }