Mercurial > pidgin
changeset 1131:fb1490e8f9f8
[gaim-migrate @ 1141]
This is just a trivial little patch that fixes something that has pissed me off every time I see the result of it.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 24 Nov 2000 01:13:15 +0000 |
parents | d31fad9abb32 |
children | 028295b1f1b3 |
files | src/prefs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/prefs.c Thu Nov 23 11:35:55 2000 +0000 +++ b/src/prefs.c Fri Nov 24 01:13:15 2000 +0000 @@ -1780,7 +1780,7 @@ if (general_options & OPT_GEN_DEBUG && dw) gtk_text_insert(GTK_TEXT(dw->entry), NULL, NULL, NULL, chars, strlen(chars)); #ifdef DEBUG - printf("%s\n", chars); + printf("%s", chars); #endif }