Browse Source

Fix syntax error caused by previous changes.

wgm4321 10 years ago
parent
commit
d60efc3b5d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ConfigurationStore.cpp

+ 1
- 1
Marlin/ConfigurationStore.cpp View File

264
     } else {
264
     } else {
265
         SERIAL_ECHOLNPGM("Filament settings: Disabled");
265
         SERIAL_ECHOLNPGM("Filament settings: Disabled");
266
     }
266
     }
267
-} 
268
 #endif
267
 #endif
268
+}
269
 #endif
269
 #endif
270
 
270
 
271
 
271
 

Loading…
Cancel
Save