Fixed a warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9181 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
34eedb9823
commit
18469286aa
@ -180,7 +180,7 @@ fs_mount(nspace_id nsid, const char *device, ulong flags, void *parms,
|
||||
// Check for a 'nojoliet' parm
|
||||
// all we check for is the existance of 'nojoliet' in the parms.
|
||||
if (parms != NULL) {
|
||||
int i;
|
||||
uint32 i;
|
||||
char *spot;
|
||||
char *buf;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user