From bc6f2b05f3056dbfd0280d0a2a74eb7c1e142f28 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 25 Nov 2018 02:06:22 +0100 Subject: [PATCH] Fix compilation error on mingw (regression from 2018-11-04). * gettext-tools/src/x-appdata.h (SCANNERS_APPDATA): Remove literalstring_parser initializer. --- gettext-tools/src/x-appdata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2