From f877d13f0ad44c1458252b7d2ed0172d9da08c84 Mon Sep 17 00:00:00 2001 From: Calson Noah Date: Thu, 6 Jul 2017 13:30:06 +0100 Subject: [PATCH] fixed error message during program reset --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index b5b7a9c..72520b2 100755 --- a/config.h +++ b/config.h @@ -115,7 +115,6 @@ extern void write_conf_block_read(unsigned int n)//r is used to record settings fprintf(stderr, "%s\n", "Fatal Error, Unable to close some files\n"); exit(EXIT_FAILURE); } - printf("Block length changed with success"); } extern char sound_config_read(void)//num_value is used to record settings for random and standard play