summaryrefslogtreecommitdiff
path: root/sysutils/uniutils/files/patch-unifuzz.c
blob: f054ceb3ceb210a9dec134e4c6b72c674a43da32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- unifuzz.c.orig	2020-11-20 08:28:53 UTC
+++ unifuzz.c
@@ -97,7 +97,7 @@ EmitBadUTF8 () {
 }
 
 /* Emit the middle character from each range */
-EmitAllRanges(short AboveBMPP) {
+void EmitAllRanges(short AboveBMPP) {
   int i;
   UTF32 scp;
   extern int Ranges_Defined;