Add missing `void' for function without arguments.

This commit is contained in:
Ed Schouten 2009-12-29 08:45:50 +00:00
parent 6cb02977e2
commit 3d65b2f568
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201179

View File

@ -219,7 +219,7 @@ ftree_sel(ARCHD *arcn)
*/
void
ftree_notsel()
ftree_notsel(void)
{
if (ftent != NULL)
(void)fts_set(ftsp, ftent, FTS_SKIP);