Fixed a compilation bug, dunno why this got through...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1453 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-10-08 03:06:55 +00:00
parent bc9fd4cc49
commit edef81d01c

View File

@ -131,7 +131,7 @@ main2(void *unused)
TRACE(("start of main2: initializing devices\n"));
/* bootstrap all the filesystems */
TRACE(("Bootstrap all filesystems\n");
TRACE(("Bootstrap all filesystems\n"));
vfs_bootstrap_all_filesystems();
TRACE(("Init modules\n"));