home · contact · privacy
Removed unused client command id.
[plomrogue] / src / client / keybindings.h
index 7da33567aeeaeae01186c7d377d3f9cc9eb6271f..ea09d6582e5e2ab41a7d1fdedd37928d1c167277 100644 (file)
@@ -13,7 +13,7 @@
 struct KeyBinding
 {
   struct KeyBinding * next;
-  uint16_t key; /* keycode */
+  uint16_t key;   /* keycode */
   char * command; /* name of command / functionality bound to keycode */
 };