summaryrefslogtreecommitdiff
path: root/converters/mpack/patches/patch-uudecode_c
blob: a008d1a9df5bf775c510360d49e1e1501c4fca15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-uudecode_c,v 1.1 2011/08/01 04:08:51 dholland Exp $

Fix broken build with clang.

--- uudecode.c~	2003-07-21 20:46:37.000000000 +0000
+++ uudecode.c
@@ -845,7 +845,7 @@ int uudecodeline(char *line, FILE *outfi
 	}
 	line += 4;
     }
-    return;
+    return 0;
 }