search.h: fix typo.

* Thanks diger for noticing.
This commit is contained in:
Jérôme Duval 2014-06-07 10:34:09 +02:00
parent b0e9612fc4
commit a3b79608f9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ typedef enum {
} ACTION;
typedef struct entry {
char *keyr;
char *key;
void *data;
} ENTRY;