Fix the last change.

This commit is contained in:
Daiki Ueno
2010-06-08 09:35:49 +09:00
parent 5f6604cf92
commit 0943619a66
2 changed files with 32 additions and 32 deletions

View File

@ -59,7 +59,7 @@ find_keysym (guint keysym,
const gchar **label,
EekKeysymCategory *category)
{
EekKeysymCategory bsearch_key, *bsearch_val;
struct eek_keysym_label bsearch_key, *bsearch_val;
/* First, search special keysyms. */
bsearch_key.keysym = keysym;