Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
access: fix typo, fixes #2460
  • Loading branch information
perexg committed Nov 10, 2014
1 parent da342d8 commit 89d0dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/access.c
Expand Up @@ -410,7 +410,7 @@ access_dump_a(access_t *a)
}
#else
static inline void
acess_dump_a(access_t *a)
access_dump_a(access_t *a)
{
}
#endif
Expand Down

0 comments on commit 89d0dd2

Please sign in to comment.