search.h: fix typo.

* Thanks diger for noticing.
This commit is contained in:
Jérôme Duval
2014-06-07 10:54:15 +02:00
parent b0e9612fc4
commit a3b79608f9
+1 -1
View File
@@ -15,7 +15,7 @@ typedef enum {
} ACTION;
typedef struct entry {
char *keyr;
char *key;
void *data;
} ENTRY;