Re: [Spice-devel] [PATCH] remove wrong statement terminator from preprocessor macro

2016-01-26 Thread Jonathon Jongsma
Acked-by: Jonathon Jongsma On Tue, 2016-01-26 at 16:36 +, Frediano Ziglio wrote: > Actually not causing problems as when used is always followed by another > terminator but better to fix the definition. > > Signed-off-by: Frediano Ziglio > --- > common/lz_compress_tmpl.c | 2 +- > 1 file

[Spice-devel] [PATCH] remove wrong statement terminator from preprocessor macro

2016-01-26 Thread Frediano Ziglio
Actually not causing problems as when used is always followed by another terminator but better to fix the definition. Signed-off-by: Frediano Ziglio --- common/lz_compress_tmpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lz_compress_tmpl.c b/common/lz_compress_tm

Re: [Spice-devel] [PATCH] remove wrong statement terminator from preprocessor macro

2015-08-25 Thread Pavel Grunt
Ack, "lz" in spice-common has the same problem On Fri, 2015-08-21 at 10:28 +0100, Frediano Ziglio wrote: > Actually not causing problems as when used is always followed by another > terminator but better to fix the definition. > > Signed-off-by: Frediano Ziglio > --- > server/glz_encode_tmpl.c

[Spice-devel] [PATCH] remove wrong statement terminator from preprocessor macro

2015-08-21 Thread Frediano Ziglio
Actually not causing problems as when used is always followed by another terminator but better to fix the definition. Signed-off-by: Frediano Ziglio --- server/glz_encode_tmpl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/glz_encode_tmpl.c b/server/glz_encode_tmpl.