Add missing `void' for function without arguments.
This commit is contained in:
parent
6cb02977e2
commit
3d65b2f568
@ -219,7 +219,7 @@ ftree_sel(ARCHD *arcn)
|
||||
*/
|
||||
|
||||
void
|
||||
ftree_notsel()
|
||||
ftree_notsel(void)
|
||||
{
|
||||
if (ftent != NULL)
|
||||
(void)fts_set(ftsp, ftent, FTS_SKIP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user