From 27cf4cc94874faf34c461e2f745a917d3c98b095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 20 Jun 2006 00:35:07 +0000 Subject: Fix generic warnings. CVS patchset: 8063 CVS date: 2006/06/20 00:35:07 --- src/xine-utils/xmllexer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-utils/xmllexer.c') diff --git a/src/xine-utils/xmllexer.c b/src/xine-utils/xmllexer.c index 91f5bf88d..cc112b64a 100644 --- a/src/xine-utils/xmllexer.c +++ b/src/xine-utils/xmllexer.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xmllexer.c,v 1.11 2006/02/14 02:25:00 dsalt Exp $ + * $Id: xmllexer.c,v 1.12 2006/06/20 00:35:08 dgp85 Exp $ * */ @@ -424,7 +424,7 @@ static struct { { '\'', 4, "apos" }, { '<', 2, "lt" }, { '>', 2, "gt" }, - { 0 } + { '\0', 0, "" } }; char *lexer_decode_entities (const char *tok) -- cgit v1.2.3