talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit aa0c248525b5910c647cf3c3c70495daea3edfd7
parent f577e0432347591f54ea5e9e93d2c776f58bfda2
Author: paul <paul@claws-mail.org>
Date:   Thu,  9 Sep 2021 09:18:25 +0100

remove unecessary linebreak (it's already there)

Diffstat:
Msrc/plugins/bogofilter/bogofilter.c | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/plugins/bogofilter/bogofilter.c b/src/plugins/bogofilter/bogofilter.c @@ -1,7 +1,6 @@ /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Colin Leroy <colin@colino.net> and - * the Claws Mail team + * Copyright (C) 1999-2021 the Claws Mail team and Colin Leroy * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -245,7 +244,7 @@ static void bogofilter_do_filter(BogoFilterData *data) tmp = buf; } parts = g_strsplit(tmp, " ", 0); - debug_print("read '%s'\n", buf); + debug_print("read '%s'", buf); /* note the result if the header if needed */ if (parts && parts[0] && parts[1] && parts[2] &&