From bb44fe17cf6c53a223457444d89c19a85f96b01a Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Sat, 27 Jun 2015 00:05:34 -0700
Subject: [PATCH] Fix typo in buzzer.h endif (PR#2337)

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

diff --git a/Marlin/buzzer.h b/Marlin/buzzer.h
index 7d627fc936..e55870c23e 100644
--- a/Marlin/buzzer.h
+++ b/Marlin/buzzer.h
@@ -5,4 +5,4 @@
     void buzz(long duration,uint16_t freq);
   #endif
 
-#endif BUZZER_H
\ No newline at end of file
+#endif //BUZZER_H
\ No newline at end of file