From 9c1323a11f1298d5b1ecb93aba85637b30924f84 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 8 Aug 2001 16:26:23 +0000 Subject: fix pre-processor macros 2001-08-08 JP Rosevear * conduits/calendar/calendar-conduit-config.h: fix pre-processor macros * conduits/calendar/calendar-conduit.h: ditto * conduits/todo/todo-conduit-config.h: fix pre-processor macros * conduits/todo/todo-conduit.h: ditto svn path=/trunk/; revision=11793 --- calendar/conduits/todo/todo-conduit-config.h | 2 +- calendar/conduits/todo/todo-conduit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/conduits/todo') diff --git a/calendar/conduits/todo/todo-conduit-config.h b/calendar/conduits/todo/todo-conduit-config.h index be521682a5..ca9f7c9cca 100644 --- a/calendar/conduits/todo/todo-conduit-config.h +++ b/calendar/conduits/todo/todo-conduit-config.h @@ -110,7 +110,7 @@ todoconduit_destroy_configuration (EToDoConduitCfg **c) } #endif -#endif __TODO_CONDUIT_CONFIG_H__ +#endif /* __TODO_CONDUIT_CONFIG_H__ */ diff --git a/calendar/conduits/todo/todo-conduit.h b/calendar/conduits/todo/todo-conduit.h index a7f533ddde..e92ad7a9d5 100644 --- a/calendar/conduits/todo/todo-conduit.h +++ b/calendar/conduits/todo/todo-conduit.h @@ -71,7 +71,7 @@ struct _EToDoConduitContext { EPilotMap *map; }; -#endif __TODO_CONDUIT_H__ +#endif /* __TODO_CONDUIT_H__ */ -- cgit v1.2.3