Mercurial > pidgin.yaz
changeset 25420:d79827909ea3
Add a newline to this log message
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 26 Jan 2009 11:02:24 +0000 |
parents | 59fcc215cc27 |
children | 5d726bb602bc |
files | libpurple/protocols/yahoo/yahoo_picture.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_picture.c Mon Jan 26 10:39:25 2009 +0000 +++ b/libpurple/protocols/yahoo/yahoo_picture.c Mon Jan 26 11:02:24 2009 +0000 @@ -569,7 +569,7 @@ checksum &= ~g; } - purple_debug_misc("yahoo", "Calculated buddy icon checksum: %d", checksum); + purple_debug_misc("yahoo", "Calculated buddy icon checksum: %d\n", checksum); return checksum; }