Fixed a warning.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9181 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-04 15:36:59 +00:00
parent 34eedb9823
commit 18469286aa

View File

@ -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;