projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
87b362f
)
fix typo
author
Paul
<paul@claws-mail.org>
Mon, 9 Jan 2017 11:37:25 +0000
(11:37 +0000)
committer
Paul
<paul@claws-mail.org>
Mon, 9 Jan 2017 11:37:25 +0000
(11:37 +0000)
src/plugins/tnef_parse/tnef_parse.c
patch
|
blob
|
history
diff --git
a/src/plugins/tnef_parse/tnef_parse.c
b/src/plugins/tnef_parse/tnef_parse.c
index fc8b8efd4645eae0563d9b8a7062883823734fcb..a9f926f3b6778f0184d30c231e9d4875f24f76a4 100644
(file)
--- 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) {
ret = g_stat(tmpfilename, &statbuf);
if (ret == -1) {
- debug_print
f
("couldn't stat tmpfilename '%s'\n", tmpfilename);
+ debug_print("couldn't stat tmpfilename '%s'\n", tmpfilename);
}
if ((ret == -1) || !result) {
}
if ((ret == -1) || !result) {