commit 131e099823e459a74fade5606b5efb331f8ae46a parent e33b6d1754d1f3a710f82e9b03bbc31499af3a3f Author: hhvn <dev@hhvn.uk> Date: Sun, 11 Jul 2021 18:19:43 +0100 finger.c: die returns void Diffstat:
M | finger.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/finger.c b/finger.c @@ -31,7 +31,7 @@ usage(void) { exit(EXIT_USAGE); } -int +void die(const int exitc, const char *format, ...) { va_list ap;