home: hub: 9ficl

Download patch

ref: fb53467950a0e56ae1c094b1645d0a6a411dc59f
parent: 293213dc5d636e77933307cb52ef8c535cfef72a
author: asau <asau@ficl.sf.net>
date: Thu Dec 2 16:15:02 CST 2010

Return proper status to fix OpenWatcom builds.

--- a/softcore/makesoftcore.c
+++ b/softcore/makesoftcore.c
@@ -239,4 +239,5 @@
 		);
 	free(uncompressed);
 	free(compressed);
+	return 0;
 	}