mirror of
https://github.com/labwc/labwc.git
synced 2026-04-17 06:46:28 -04:00
menu: fix codestyle warnings
This commit is contained in:
parent
72f7a446a6
commit
7575623db8
2 changed files with 10 additions and 6 deletions
|
|
@ -420,7 +420,8 @@ handle_change_vt_key(struct keyboard *keyboard,
|
|||
}
|
||||
|
||||
static char
|
||||
keysym_to_char(uint32_t keysym) {
|
||||
keysym_to_char(uint32_t keysym)
|
||||
{
|
||||
if (keysym >= 0x0020 && keysym <= 0x00FF) {
|
||||
return (char)keysym;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue