weston-launch: Fix signal mask typo

dev
Eduardo Lima 11 years ago committed by Kristian Høgsberg
parent 73c60ab6e9
commit d0357bbb97
  1. 2
      src/weston-launch.c

@ -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)

Loading…
Cancel
Save