weston-launch: Fix signal mask typo

This commit is contained in:
Eduardo Lima
2013-07-30 10:43:41 -07:00
committed by Kristian Høgsberg
parent 73c60ab6e9
commit d0357bbb97
+1 -1
View File
@@ -542,7 +542,7 @@ static void
launch_compositor(struct weston_launch *wl, int argc, char *argv[])
{
char *child_argv[MAX_ARGV_SIZE];
sigset_t allsigs;
sigset_t mask;
int i;
if (wl->verbose)