- Fix build with clang

This commit is contained in:
Dmitry Marakasov 2014-04-03 11:18:06 +00:00
parent 95ab09f5a6
commit c22511ee64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349997

View file

@ -0,0 +1,11 @@
--- src/ytnef/main.c.orig 2004-06-04 18:40:47.000000000 +0400
+++ src/ytnef/main.c 2014-04-01 22:00:33.027598870 +0400
@@ -68,7 +68,7 @@
case 'v': verbose++;
break;
case 'h': PrintHelp();
- return;
+ return 0;
case 'f': savefiles = 1;
filepath = argv[i+1];
i++;