diff options
Diffstat (limited to 'src/LYKeymap.c')
-rw-r--r-- | src/LYKeymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c index a9e41625..4cb45b8d 100644 --- a/src/LYKeymap.c +++ b/src/LYKeymap.c @@ -1761,8 +1761,8 @@ char *key_for_func_ext(int lac, * This function returns TRUE if the ch is non-alphanumeric and maps to KeyName * (LYK_foo in the keymap[] array). - FM */ -BOOL LYisNonAlnumKeyname(int ch, - int KeyName) +BOOLEAN LYisNonAlnumKeyname(int ch, + int KeyName) { if (ch < 0 || ch >= KEYMAP_SIZE) return (FALSE); |