aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-14 10:51:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-14 10:51:11 +0800
commit6b12be62e100934ccae65f197c8c7eef2c8ae3a4 (patch)
tree1323080c8665ed0d3024545345cba825708de76d /calendar/gui/dialogs/comp-editor.c
parent6ee3d89d0b3707cc6f48b1e0c9099623fd034c92 (diff)
downloadgsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.gz
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.bz2
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.lz
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.xz
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.zst
gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.zip
Fix coding style.
Diffstat (limited to 'calendar/gui/dialogs/comp-editor.c')
-rw-r--r--calendar/gui/dialogs/comp-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 469c1c6e28..ba43eaf98d 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -246,8 +246,8 @@ get_attachment_list (CompEditor *editor)
EAttachmentView *view;
GFile *destination;
GSList *list = NULL;
- const char *comp_uid = NULL;
- const char *local_store;
+ const gchar *comp_uid = NULL;
+ const gchar *local_store;
gchar *uri;
gint ii;