mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
Fixed warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4277 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
107ebc5ba9
commit
bd7c07a600
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ int win32_filesize(int fd)
|
|||
return(size);
|
||||
}
|
||||
|
||||
extern (mkdir)(const char *name);
|
||||
extern int (mkdir)(const char *name);
|
||||
|
||||
int win32_mkdir(const char *name, int mode)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue