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:
parent
fd6030eac7
commit
90c3e8b906
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user