Clean up non-ANSI definition of ef_verify()
Harmless, because declaration is fine.
This commit is contained in:
parent
ebdd9620f5
commit
696dea759c
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ pln_zap_transient_flags(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
ef_verify()
|
ef_verify(void)
|
||||||
{
|
{
|
||||||
struct empfile *ep;
|
struct empfile *ep;
|
||||||
int retval = 0;
|
int retval = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue