diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c index f38baa1..8d09e8e 100644 --- a/config/config.c +++ b/config/config.c @@ -565,7 +565,7 @@ void main(void) { print("Version " VERSION "\n\n"); detect_dos(); - detect_xl(); + // detect_xl(); // not yet if(!load(0)) print("Using built-in default config.\n"); |
