]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
command.h include was not set correctly
authorDrashna Jaelre <drashna@live.com>
Wed, 31 Oct 2018 01:03:46 +0000 (18:03 -0700)
committerJack Humbert <jack.humb@gmail.com>
Tue, 6 Nov 2018 05:40:30 +0000 (00:40 -0500)
tmk_core/common/command.h

index d9d89ba0f1ec104cc0e4c423ef7ad36940ac863c..c38f2b9e809d19efe656a8fde299e64d955013fc 100644 (file)
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef COMMAND_H
-#define COMMAND
+#pragma once
 
 /* FIXME: Add doxygen comments for the behavioral defines in here. */
 
@@ -155,5 +154,3 @@ bool command_proc(uint8_t code);
 
 #define XMAGIC_KC(key) KC_##key
 #define MAGIC_KC(key) XMAGIC_KC(key)
-
-#endif