[evolution-exchange] Coding style cleanup.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-exchange] Coding style cleanup.
- Date: Sat, 13 Aug 2011 03:08:36 +0000 (UTC)
commit 5efc499ca8609dee5811cf285e845c7836549eb8
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Aug 12 23:08:25 2011 -0400
Coding style cleanup.
calendar/e-cal-backend-exchange.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/e-cal-backend-exchange.c b/calendar/e-cal-backend-exchange.c
index df1828a..73b3460 100644
--- a/calendar/e-cal-backend-exchange.c
+++ b/calendar/e-cal-backend-exchange.c
@@ -1849,7 +1849,7 @@ build_msg ( ECalBackendExchange *cbex, ECalComponent *comp, const gchar *subject
fname = g_filename_from_uri ((gchar *) l->data, NULL, NULL);
filename = g_path_get_basename (fname);
if (g_str_has_prefix (filename, uid))
- mime_filename = g_strdup (filename + strlen(uid) + 1);
+ mime_filename = g_strdup (filename + strlen (uid) + 1);
else
mime_filename = g_strdup (filename);
g_free (filename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]