You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/mpack/files/mpack-1.6-clang.patch

12 lines
205 B

--- umpack-1.6/udecode.c 2003-07-21 20:46:37.000000000 +0000
+++ mpack-1.6/uudecode.c 2014-04-19 10:04:19.000000000 +0000
@@ -845,7 +845,7 @@
}
line += 4;
}
- return;
+ return 0;
}