1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

r18491: fixed a warning

(This used to be commit 1b17f0f08f85238717e88966cba311ff4b933a9a)
This commit is contained in:
Andrew Tridgell 2006-09-13 23:13:44 +00:00 committed by Gerald (Jerry) Carter
parent fd6030eac7
commit 90c3e8b906

View File

@ -34,7 +34,7 @@ static void cleanup(void)
mkdir(TESTDIR, 0700) == 0 || FAILED("mkdir");
}
static void create_files()
static void create_files(void)
{
int i;
for (i=0;i<NUM_FILES;i++) {