From 9651ceb36b8e738a6088c310fca20dcbe763ccae Mon Sep 17 00:00:00 2001
From: Roxy-3D <Roxy-3D@users.noreply.github.com>
Date: Wed, 5 Sep 2018 10:46:08 -0500
Subject: [PATCH] Correct spelling of #endif

---
 Marlin/src/pins/pins_FORMBOT.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/pins/pins_FORMBOT.h b/Marlin/src/pins/pins_FORMBOT.h
index 8b7133fea6..a3773f5991 100644
--- a/Marlin/src/pins/pins_FORMBOT.h
+++ b/Marlin/src/pins/pins_FORMBOT.h
@@ -156,7 +156,7 @@
 #define SDSS               53
 #ifndef ROXYs_TRex
   #define LED_PIN          13
-#endi
+#endif
 
 // Use the RAMPS 1.4 Analog input 5 on the AUX2 connector
 #define FILWIDTH_PIN        5   // Analog Input
-- 
GitLab