freebsd-ports/sysutils/uniutils/files/patch-unifuzz.c
Thierry Thomas 5fbc39252a Fix with clang.
Since I'm there, define the license.

Reported by:	pkg-fallout
2013-09-05 08:06:33 +00:00

11 lines
304 B
C

--- unifuzz.c.orig 2008-04-04 06:30:58.000000000 +0200
+++ unifuzz.c 2013-09-05 09:50:49.000000000 +0200
@@ -97,7 +97,7 @@
}
/* Emit the middle character from each range */
-EmitAllRanges(short AboveBMPP) {
+void EmitAllRanges(short AboveBMPP) {
int i;
UTF32 scp;
extern int Ranges_Defined;