* Added missing space.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32253 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-08-11 14:30:20 +00:00
parent 7bfbd3ab04
commit 81147288e5

View File

@ -6,6 +6,7 @@
* Michael Lotz <mmlr@mlotz.ch>
*/
#include <Message.h>
#include <MessageAdapter.h>
#include <MessagePrivate.h>
@ -645,7 +646,7 @@ BMessage::_PrintToStream(const char* indent) const
entry_ref ref;
BPrivate::entry_ref_unflatten(&ref, (char *)pointer, size);
printf("entry_ref(device=%ld, directory=%lld,"
printf("entry_ref(device=%ld, directory=%lld, "
"name=\"%s\", ", ref.device, ref.directory, ref.name);
BPath path(&ref);