forgot the \n

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21036 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2007-05-05 20:41:39 +00:00
parent 5115ca0858
commit 1560418a27

View File

@ -59,7 +59,7 @@ print_direct_buffer_state(const direct_buffer_state &state)
if (state & B_BUFFER_RESET)
strcat(string, " | B_BUFFER_RESET");
printf("direct_buffer_state: %s", string);
printf("direct_buffer_state: %s\n", string);
}