From 8c26425f775cdc04c4410583a91047fef0452a50 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sat, 28 Dec 2002 06:20:20 +0000 Subject: [PATCH 1/1] Fixed compiler warning. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@226 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- glabels2/src/xml-label-04.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glabels2/src/xml-label-04.c b/glabels2/src/xml-label-04.c index 845a6b94..3f685abd 100644 --- a/glabels2/src/xml-label-04.c +++ b/glabels2/src/xml-label-04.c @@ -286,6 +286,7 @@ xml04_parse_text_props (xmlNodePtr object_node, break; default: /* should not happen */ + break; } gl_debug (DEBUG_XML, "END"); -- 2.39.2