commit d18fa867290823fc182efbfa7bec5caf46205008 parent 87b362fc337957c73b9ce0d4f7321674693a30ad Author: Paul <paul@claws-mail.org> Date: Mon, 9 Jan 2017 11:37:25 +0000 fix typo Diffstat:
| M | src/plugins/tnef_parse/tnef_parse.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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) {