address compiler warning

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10137 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-22 01:03:18 +00:00
parent 202669bf0c
commit d13f0c7543
+1
View File
@@ -56,6 +56,7 @@ int main(int argc, char **argv)
}
if (device == NULL)
return do_eject(operation, "/dev/disk/floppy/raw");
return 0;
}
static int do_eject(char operation, char *device)
{