From: Paul Date: Mon, 9 Jan 2017 11:37:25 +0000 (+0000) Subject: fix typo X-Git-Tag: 3.15.0~142 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=d18fa867290823fc182efbfa7bec5caf46205008 fix typo --- diff --git a/src/plugins/tnef_parse/tnef_parse.c b/src/plugins/tnef_parse/tnef_parse.c index fc8b8efd4..a9f926f3b 100644 --- a/src/plugins/tnef_parse/tnef_parse.c +++ b/src/plugins/tnef_parse/tnef_parse.c @@ -256,7 +256,7 @@ MimeInfo *tnef_parse_vcard(TNEFStruct *tnef) ret = g_stat(tmpfilename, &statbuf); if (ret == -1) { - debug_printf("couldn't stat tmpfilename '%s'\n", tmpfilename); + debug_print("couldn't stat tmpfilename '%s'\n", tmpfilename); } if ((ret == -1) || !result) {