From 27f2852a2724aee617ef669587c8663dcbe40c27 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Fri, 26 Oct 2007 08:00:59 +0000 Subject: Warning fixes. - NULL vs 0 - ANSIfication of declarations - missing 2007-10-26 Kjartan Maraas * e-config.c: * e-event.c: * e-gui-utils.c: * e-import.c: * e-menu.c: * e-mktemp.c: (get_dir): * e-popup.c: * e-profile-event.c: (e_profile_event_peek): * e-util.c: (get_font_options): * e-xml-utils.c: (e_xml_get_string_prop_by_name), (e_xml_get_string_prop_by_name_with_default), (e_xml_get_translated_string_prop_by_name): Warning fixes. - NULL vs 0 - ANSIfication of declarations - missing include svn path=/trunk/; revision=34428 --- e-util/e-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-config.c') diff --git a/e-util/e-config.c b/e-util/e-config.c index 49e745b89b..484630cd1d 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -1265,7 +1265,7 @@ static const EPluginHookTargetKey ech_item_types[] = { { "section_table", E_CONFIG_SECTION_TABLE }, { "item", E_CONFIG_ITEM }, { "item_table", E_CONFIG_ITEM_TABLE }, - { 0 }, + { NULL }, }; static void -- cgit