diff options
Diffstat (limited to 'mail/emil/files/patch-charset_chset.c')
-rw-r--r-- | mail/emil/files/patch-charset_chset.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/emil/files/patch-charset_chset.c b/mail/emil/files/patch-charset_chset.c new file mode 100644 index 000000000000..64bf3136cf33 --- /dev/null +++ b/mail/emil/files/patch-charset_chset.c @@ -0,0 +1,11 @@ +--- charset/chset.c.orig 2011-07-25 20:25:55.000000000 +0200 ++++ charset/chset.c 2011-07-25 20:25:56.000000000 +0200 +@@ -42,7 +42,7 @@ int i; + return s; + } + +-void ++int + main (argc, argv) + int argc; + char **argv; |