Acked-by: Christophe Fergeau <cfergeau@xxxxxxxxxx> On Tue, Oct 09, 2018 at 09:30:06AM +0100, Frediano Ziglio wrote: > Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> > --- > server/display-channel.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/server/display-channel.c b/server/display-channel.c > index b5e4b61d..17fa4409 100644 > --- a/server/display-channel.c > +++ b/server/display-channel.c > @@ -215,7 +215,7 @@ int display_channel_get_streams_timeout(DisplayChannel *display) > if (delta < NSEC_PER_MILLISEC) { > return 0; > } > - timeout = MIN(timeout, (unsigned int)(delta / (NSEC_PER_MILLISEC))); > + timeout = MIN(timeout, (unsigned int)(delta / NSEC_PER_MILLISEC)); > } > return timeout; > } > -- > 2.17.1 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel