From b20f47262ba01db6a5786314d3457c54bcf471a8 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 30 Nov 2011 23:08:21 +0000 Subject: Open window by configured width, removed unused variables svn path=/trunk/netsurf/; revision=13212 --- atari/global_evnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/global_evnt.c') diff --git a/atari/global_evnt.c b/atari/global_evnt.c index 5c6da5448..12fff075b 100755 --- a/atari/global_evnt.c +++ b/atari/global_evnt.c @@ -476,7 +476,7 @@ static int parse_accel( char * message, struct s_accelerator * accel) accel->mod |= K_CTRL; s++; } -parsekey: + /* expect F1/F10 or something like A, B, C ... : */ if(strlen(s) >= 2 && s[0] == 'F' ) { if(s[1] >= 49 && s[1] <= 57) { -- cgit v1.2.3