commit | 3581c625151d25d8e1cbc80c44337d398d97cf42 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 25 13:39:24 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 25 13:39:24 2010 +0100 |
tree | 86a1abc69a3606e6f595a18d72bd1eb48bc505b3 | |
parent | 46685a46bbffc04d507ce756f4b703aae024debd [diff] [blame] |
whitespace fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/mailutils/mime.c b/mailutils/mime.c index 17d0f9d..125ca01 100644 --- a/mailutils/mime.c +++ b/mailutils/mime.c
@@ -369,7 +369,7 @@ } } next: - free(line); + free(line); } //bb_info_msg("ENDPARSE[%s]", boundary);