Fix build with gcc 3.4

This commit is contained in:
Tilman Keskinoz 2004-09-02 21:18:33 +00:00
parent 0262544f0d
commit eff035e5ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117970

View file

@ -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;