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 <fziglio@xxxxxxxxxx> > --- > 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.c > index 89092a9..46dd1d4 100644 > --- a/server/glz_encode_tmpl.c > +++ b/server/glz_encode_tmpl.c > @@ -18,7 +18,7 @@ > #include <config.h> > #endif > > -#define DJB2_START 5381; > +#define DJB2_START 5381 > #define DJB2_HASH(hash, c) (hash = ((hash << 5) + hash) ^ (c)) //|{hash = > ((hash << 5) + hash) + c;} > > /* _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel