On Thu, 30 Apr 2015 14:37:58 -0500 Derek Foreman <[email protected]> wrote:
> Sigh. > > s/weston_logind_close/weston_launcher_close/ Fixed that when applying. > On 30/04/15 02:37 PM, Derek Foreman wrote: > > You had one job... > > > > Signed-off-by: Derek Foreman <[email protected]> > > --- > > Recommended change by David Herrmann. > > > > src/launcher-util.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/src/launcher-util.c b/src/launcher-util.c > > index e89710b..00cb935 100644 > > --- a/src/launcher-util.c > > +++ b/src/launcher-util.c > > @@ -190,7 +190,7 @@ void > > weston_launcher_close(struct weston_launcher *launcher, int fd) > > { > > if (launcher->logind) > > - return weston_logind_close(launcher->logind, fd); > > + weston_logind_close(launcher->logind, fd); > > > > close(fd); > > } Pushed. b0f5a25..2663c68 master -> master Thanks, pq _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
