access: fix typo, fixes #2460
This commit is contained in:
parent
da342d8e8c
commit
89d0dd25c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue