From b32be2dc64cd3281b7ea9853824b71bcd3fca2de Mon Sep 17 00:00:00 2001 From: wgm4321 Date: Sun, 28 Dec 2014 20:47:59 -0500 Subject: [PATCH] Fix syntax error caused by previous changes. --- Marlin/ConfigurationStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/ConfigurationStore.cpp b/Marlin/ConfigurationStore.cpp index 0b3e48550..8e4a32805 100644 --- a/Marlin/ConfigurationStore.cpp +++ b/Marlin/ConfigurationStore.cpp @@ -264,8 +264,8 @@ SERIAL_ECHOLNPGM("Scaling factors:"); } else { SERIAL_ECHOLNPGM("Filament settings: Disabled"); } -} #endif +} #endif