json-glib: update to 1.10.6
[oi-userland.git] / components / mail / mpack / patches / patch-uudecode_c.patch
bloba008d1a9df5bf775c510360d49e1e1501c4fca15
1 $NetBSD: patch-uudecode_c,v 1.1 2011/08/01 04:08:51 dholland Exp $
3 Fix broken build with clang.
5 --- uudecode.c~ 2003-07-21 20:46:37.000000000 +0000
6 +++ uudecode.c
7 @@ -845,7 +845,7 @@ int uudecodeline(char *line, FILE *outfi
9 line += 4;
11 - return;
12 + return 0;