mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 14:48:05 +02:00
compositor: Fix missing new line when displaying buffer type for EGL buffer
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
(cherry picked from commit 253ba9a6db)
This commit is contained in:
parent
1bbdafd2a7
commit
e9dbb0d437
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue