mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Fix build with clang
This commit is contained in:
parent
95ab09f5a6
commit
c22511ee64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349997
1 changed files with 11 additions and 0 deletions
11
converters/ytnef/files/patch-src__ytnef__main.c
Normal file
11
converters/ytnef/files/patch-src__ytnef__main.c
Normal 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++;
|
Loading…
Add table
Reference in a new issue