From eff035e5ce8c91fadfa2f8001e82f9c0a637ffac Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Thu, 2 Sep 2004 21:18:33 +0000 Subject: Fix build with gcc 3.4 --- x11-fm/xplore/files/patch-ftype.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x11-fm/xplore/files/patch-ftype.c (limited to 'x11-fm/xplore') diff --git a/x11-fm/xplore/files/patch-ftype.c b/x11-fm/xplore/files/patch-ftype.c new file mode 100644 index 000000000000..b73767100d23 --- /dev/null +++ b/x11-fm/xplore/files/patch-ftype.c @@ -0,0 +1,10 @@ +--- ftype.c.orig Thu Sep 2 23:14:04 2004 ++++ ftype.c Thu Sep 2 23:14:25 2004 +@@ -300,6 +300,7 @@ + goto err; + return i; + err: ++ break; + } + } + return NONE; -- cgit v1.2.3