Skip to content

Commit

Permalink
search.h: fix typo.
Browse files Browse the repository at this point in the history
* Thanks diger for noticing.
  • Loading branch information
korli committed Jun 7, 2014
1 parent b0e9612 commit a3b7960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/posix/search.h
Expand Up @@ -15,7 +15,7 @@ typedef enum {
} ACTION;

typedef struct entry {
char *keyr;
char *key;
void *data;
} ENTRY;

Expand Down

0 comments on commit a3b7960

Please sign in to comment.