diff options
Diffstat (limited to 'libetpan/libetpan-0.33pre/gcc34.patch')
-rw-r--r-- | libetpan/libetpan-0.33pre/gcc34.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libetpan/libetpan-0.33pre/gcc34.patch b/libetpan/libetpan-0.33pre/gcc34.patch index e69de29bb2..5420c2f6d1 100644 --- a/libetpan/libetpan-0.33pre/gcc34.patch +++ b/libetpan/libetpan-0.33pre/gcc34.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- libetpan-0.33pre/src/driver/implementation/imap/imapdriver_cached_message.c~gcc34 2003-12-08 16:36:36.000000000 +0100 ++++ libetpan-0.33pre/src/driver/implementation/imap/imapdriver_cached_message.c 2004-07-22 14:49:02.459902029 +0200 +@@ -212,7 +212,7 @@ + mmap_string_free(gstr); + free_section: + mailmime_section_free(part); +- err: ++ err:; + } + + static void generate_key_from_section(char * key, size_t size, |