Fix a broken function declaration.

This commit is contained in:
Tim Kientzle 2007-06-13 03:29:15 +00:00
parent 04b764d8f4
commit e09eb83674
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170647

View File

@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$");
* filenames into prefix/suffix.
*/
static
static void
test_filename(const char *prefix, int dlen, int flen)
{
char buff[8192];