compositor: Fix missing new line when displaying buffer type for EGL buffer
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
a6acfa8346
commit
253ba9a6db
@ -6578,7 +6578,7 @@ debug_scene_view_print_buffer(FILE *fp, struct weston_view *view)
|
||||
return;
|
||||
}
|
||||
|
||||
fprintf(fp, "\t\tEGL buffer");
|
||||
fprintf(fp, "\t\tEGL buffer\n");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user