mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 21:48:04 +02:00
compositor: add missing newline to help text
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
8f48d25273
commit
f759805121
1 changed files with 1 additions and 1 deletions
|
|
@ -4194,7 +4194,7 @@ usage(int error_code)
|
|||
"\t\t\t\tdrm-backend.so\n"
|
||||
#endif
|
||||
#if defined(BUILD_FBDEV_COMPOSITOR)
|
||||
"\t\t\t\tfbdev-backend.so"
|
||||
"\t\t\t\tfbdev-backend.so\n"
|
||||
#endif
|
||||
#if defined(BUILD_X11_COMPOSITOR)
|
||||
"\t\t\t\tx11-backend.so\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue