summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c
index 4ed9d1ec66..937be5754b 100644
--- a/libvo/x11_common.c
+++ b/libvo/x11_common.c
@@ -606,7 +606,7 @@ void vo_x11_putkey(int key)
mpkey = key;
if (!mpkey)
- lookup_keymap_table(keymap, key);
+ mpkey = lookup_keymap_table(keymap, key);
if (mpkey)
mplayer_put_key(mpkey);