From c37697ab7af37a38acd63ba37eab244a72d48eda Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Mon, 19 Jul 2010 23:53:06 +0200 Subject: [PATCH] Set the default back to guitar tuning (there was a commit mistake). --- config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.h b/config.h index 2829d83..87f25e9 100644 --- a/config.h +++ b/config.h @@ -13,7 +13,6 @@ #define EQUAL_TEMPERAMENT 0 #define WELL_TEMPERED_GUITAR 1 -//#define TUNING WELL_TEMPERED_GUITAR -#define TUNING EQUAL_TEMPERAMENT +#define TUNING WELL_TEMPERED_GUITAR #endif /* !defined(_CONFIG_H) */ -- 2.39.2