forgot the \n
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21036 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5115ca0858
commit
1560418a27
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user