X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.js?a=blobdiff_plain;f=src%2Fclient%2Fkeybindings.h;h=e2031f3ea4515e7685576460cd1c3e02b381ac05;hb=92bfb08a4aacd653e94746ccc8c68c45b8e372cb;hp=7da33567aeeaeae01186c7d377d3f9cc9eb6271f;hpb=f3b2d921ba31950283ea5dc4a5e5b342a64b0845;p=plomrogue diff --git a/src/client/keybindings.h b/src/client/keybindings.h index 7da3356..e2031f3 100644 --- a/src/client/keybindings.h +++ b/src/client/keybindings.h @@ -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 */ };