diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-29 05:16:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-29 05:16:33 +0800 |
commit | 7005a8dcdc6f2fb87826cfb7e7d575130476d65d (patch) | |
tree | e500a455ba03ff1c63bce7f8d970704b22a61fd7 /plugins/tnef-attachments | |
parent | 46e5f2d7f950b00e6a523c29fbba9ba43632a80d (diff) | |
download | gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.gz gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.tar.zst gsoc2013-evolution-7005a8dcdc6f2fb87826cfb7e7d575130476d65d.zip |
Coding style and whitespace cleanups.
Diffstat (limited to 'plugins/tnef-attachments')
-rw-r--r-- | plugins/tnef-attachments/tnef-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tnef-attachments/tnef-plugin.c b/plugins/tnef-attachments/tnef-plugin.c index 86a1c756de..3ef047d526 100644 --- a/plugins/tnef-attachments/tnef-plugin.c +++ b/plugins/tnef-attachments/tnef-plugin.c @@ -330,7 +330,7 @@ void processTnef(TNEFStruct *tnef, const gchar *tmpdir) { } } if ((RealAttachment == 1) || (saveintermediate == 1)) { - char tmpname[20]; + gchar tmpname[20]; /* Ok, it's not an embedded stream, so now we */ /* process it. */ if ((filename = MAPIFindProperty(&(p->MAPI), |