mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 15:48:05 +02:00
clients/simple-damage: fix exiting message
Signed-off-by: Diego Nieto <diego.nieto.m@outlook.com>
This commit is contained in:
parent
0ade70fb6c
commit
4261892d77
1 changed files with 1 additions and 1 deletions
|
|
@ -967,7 +967,7 @@ main(int argc, char **argv)
|
|||
while (running && ret != -1)
|
||||
ret = wl_display_dispatch(display->display);
|
||||
|
||||
fprintf(stderr, "simple-shm exiting\n");
|
||||
fprintf(stderr, "simple-damage exiting\n");
|
||||
destroy_window(window);
|
||||
destroy_display(display);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue