weston-launch: Fix signal mask typo
This commit is contained in:
committed by
Kristian Høgsberg
parent
73c60ab6e9
commit
d0357bbb97
+1
-1
@@ -542,7 +542,7 @@ static void
|
|||||||
launch_compositor(struct weston_launch *wl, int argc, char *argv[])
|
launch_compositor(struct weston_launch *wl, int argc, char *argv[])
|
||||||
{
|
{
|
||||||
char *child_argv[MAX_ARGV_SIZE];
|
char *child_argv[MAX_ARGV_SIZE];
|
||||||
sigset_t allsigs;
|
sigset_t mask;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (wl->verbose)
|
if (wl->verbose)
|
||||||
|
|||||||
Reference in New Issue
Block a user