On Fri, May 13, 2016 at 10:39:00AM -0400, Todd Gill wrote: > Just found trivial issue: > +#define PRINT_JSON_MAJOR_VERSION 0 > +#define PRINT_JSON_MINOR_VERSION 1 > +#define PRINT_JSON_START_VERSION " \"major_version \": %d,\n" \ > + " \"minor_version \": %d,\n" Got extra space in json key name: 'major_version ' and 'minor_version ', should be 'major_version' and 'minor_version' -- Gris Ge
Attachment:
signature.asc
Description: PGP signature
-- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel