From: Bruno Haible Date: Sun, 25 Nov 2018 01:06:22 +0000 (+0100) Subject: Fix compilation error on mingw (regression from 2018-11-04). X-Git-Tag: v0.20~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc6f2b05f3056dbfd0280d0a2a74eb7c1e142f28;p=thirdparty%2Fgettext.git Fix compilation error on mingw (regression from 2018-11-04). * gettext-tools/src/x-appdata.h (SCANNERS_APPDATA): Remove literalstring_parser initializer. --- diff --git a/gettext-tools/src/x-appdata.h b/gettext-tools/src/x-appdata.h index 6b18992ec..5d13989bc 100644 --- a/gettext-tools/src/x-appdata.h +++ b/gettext-tools/src/x-appdata.h @@ -1,5 +1,5 @@ /* xgettext AppData file backend. - Copyright (C) 2002-2003, 2006, 2013, 2015-2017 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2006, 2013, 2015, 2017-2018 Free Software Foundation, Inc. Written by Philip Withnall , 2015. This program is free software: you can redistribute it and/or modify @@ -32,7 +32,7 @@ extern "C" { #define EXTENSIONS_APPDATA #define SCANNERS_APPDATA \ - { "appdata", NULL, NULL, NULL, NULL, NULL }, + { "appdata", NULL, NULL, NULL, NULL }, #ifdef __cplusplus