diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/keytable.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/keytable.c b/src/client/keytable.c index 8eaee59..672148b 100644 --- a/src/client/keytable.c +++ b/src/client/keytable.c @@ -21,9 +21,9 @@ static int getKeyCode(char *s) char str[STR_SIZE]; char *find; int i; - + sprintf(str, "keycode %s = ", s); - + for( i = 0 ; i < keytableFile->text->count ; i++ ) { char *line; |