added a missing newline, dunno why this message is displayed :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21250 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2007-05-27 14:25:49 +00:00
parent d445cb68d3
commit b5f602a702

View File

@ -3578,7 +3578,7 @@ create_vnode(struct vnode *directory, const char *name, int openMode, int perms,
mutex_unlock(&sVnodeMutex);
if (vnode == NULL) {
dprintf("vfs: fs_create() returned success but there is no vnode!");
dprintf("vfs: fs_create() returned success but there is no vnode!\n");
return EINVAL;
}