Re: [PATCH 07/12] vnc: Remove the superfluous break

2020-08-31 Thread Laurent Vivier
Le 13/07/2020 à 11:35, Thomas Huth a écrit : > On 13/07/2020 11.04, Yi Wang wrote: >> From: Liao Pingfang >> >> Remove the superfluous break, as there is a "return" before. >> >> Signed-off-by: Liao Pingfang a >> Signed-off-by: Yi Wang >> Reviewed-by: Philippe Mathieu-Daudé >> --- >> ui/vnc-enc

Re: [PATCH 07/12] vnc: Remove the superfluous break

2020-07-13 Thread Juan Quintela
Yi Wang wrote: > From: Liao Pingfang > > Remove the superfluous break, as there is a "return" before. > > Signed-off-by: Liao Pingfang a > Signed-off-by: Yi Wang > Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Juan Quintela

Re: [PATCH 07/12] vnc: Remove the superfluous break

2020-07-13 Thread Thomas Huth
On 13/07/2020 11.04, Yi Wang wrote: > From: Liao Pingfang > > Remove the superfluous break, as there is a "return" before. > > Signed-off-by: Liao Pingfang a > Signed-off-by: Yi Wang > Reviewed-by: Philippe Mathieu-Daudé > --- > ui/vnc-enc-tight.c | 1 - > 1 file changed, 1 deletion(-) > > d

[PATCH 07/12] vnc: Remove the superfluous break

2020-07-13 Thread Yi Wang
From: Liao Pingfang Remove the superfluous break, as there is a "return" before. Signed-off-by: Liao Pingfang a Signed-off-by: Yi Wang Reviewed-by: Philippe Mathieu-Daudé --- ui/vnc-enc-tight.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/vnc-enc-tight.c b/ui/vnc-enc-tight.c index 1e