From 160c40fc11b6c690d4da6afbd212ef148cb40db2 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 2 Jun 2024 23:31:46 +0300 Subject: [PATCH] template.c: merge exact, neighbor conditional compilation --- src/template.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/template.c b/src/template.c index 7e7f341..efe77fd 100644 --- a/src/template.c +++ b/src/template.c @@ -161,9 +161,7 @@ main(void) #if !SILENT_MODE puts(":: C bytebeat generator: runtime unit"); fflush(stdout); -#endif -#if !SILENT_MODE printf( "\n" "Sample rate: " INT2STR(SAMPLE_RATE) " Hz\n"