Home
add whitespace to the new timer design - bsleep - Unnamed repository; edit this file 'description' to name the repository. DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 2dfe127c86f38ac7366674bbb18443e608f213df DIR parent 547be05462b5b0dc09a9c0f778f2887de0320a05 HTML Author: kroovy <me@kroovy.de> Date: Fri, 21 Feb 2025 02:38:10 +0100 add whitespace to the new timer design Diffstat: M bsleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/bsleep.c b/bsleep.c @@ -25,7 +25,7 @@ main(void) case 0: /* child */ for (i=1;;i++) { - printf(" press 'b' to interrupt: %ds\r", i); fflush(stdout); + printf(" press 'b' to interrupt: %ds \r", i); fflush(stdout); sleep(1); } exit(EXIT_SUCCESS);