stress2: Fix compiler warning

This commit is contained in:
Peter Holm 2023-03-17 12:06:52 +01:00
parent d85147f3d6
commit 7861fce32b
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ usermem(void)
}
static void
cleanupdf()
cleanupdf(void)
{
unlink(dfpath);
}