home · contact · privacy
Minor comment-cosmetic corrections.
[plomrogue] / src / client / keybindings.c
index afafb9c99b18ce90ee24fd0b3bca658755283247..73fc2c8541a7ea346c2ed8d8b697206e68d470ae 100644 (file)
@@ -19,7 +19,7 @@
 /* Return "n"-th keybinding in keybindings chain from "kb_p" on. */
 static struct KeyBinding * get_keyb_of_n(struct KeyBinding * kb_p, uint16_t n);
 
-//* Return number of keybindings in keybindings chain from "kb_p" on. */
+/* Return number of keybindings in keybindings chain from "kb_p" on. */
 static uint16_t get_n_of_keybs(struct KeyBinding * kb_p);
 
 /* If "keycode_given" equals "keycode_match", copy "keyname_match" to "keyname"