From a3b79608f9fb94632677ef4b52875d9d7f8e97a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 7 Jun 2014 10:34:09 +0200 Subject: [PATCH] search.h: fix typo. * Thanks diger for noticing. --- headers/posix/search.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/search.h b/headers/posix/search.h index 60bb76f77a..459d558fab 100644 --- a/headers/posix/search.h +++ b/headers/posix/search.h @@ -15,7 +15,7 @@ typedef enum { } ACTION; typedef struct entry { - char *keyr; + char *key; void *data; } ENTRY;