diff options
Diffstat (limited to 'devel/libftdi/files/patch-examples_find_all.c')
-rw-r--r-- | devel/libftdi/files/patch-examples_find_all.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libftdi/files/patch-examples_find_all.c b/devel/libftdi/files/patch-examples_find_all.c index f4a15772d49e..269099a2d39a 100644 --- a/devel/libftdi/files/patch-examples_find_all.c +++ b/devel/libftdi/files/patch-examples_find_all.c @@ -1,5 +1,5 @@ ---- examples/find_all.c.orig 2009-03-07 20:18:06.000000000 +0300 -+++ examples/find_all.c 2009-03-07 20:18:52.000000000 +0300 +--- examples/find_all.c.orig 2009-03-17 23:06:40.000000000 +0200 ++++ examples/find_all.c 2010-02-03 14:17:13.000000000 +0200 @@ -6,6 +6,7 @@ */ @@ -7,4 +7,4 @@ +#include <stdlib.h> #include <ftdi.h> - int main(int argc, char **argv) + int main(void) |