From 15d51cb931b3cd4176b03d52a910da48e8f54094 Mon Sep 17 00:00:00 2001 From: Yoon Date: Fri, 6 Apr 2018 14:06:22 +0900 Subject: [PATCH] Fix tab --- src/Command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command.h b/src/Command.h index 474df61..1b43e92 100644 --- a/src/Command.h +++ b/src/Command.h @@ -191,7 +191,7 @@ public: SubMsg, MaxCommands, - MaxCustomCommands = 16, + MaxCustomCommands = 16, AvailableCommands = MaxCommands + MaxCustomCommands, }; enum Mode