From 65ae86930b7b3da58498265dce7a2275985bf4b6 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Fri, 8 Oct 2004 07:00:11 +0000 Subject: fix typo 2004-10-08 JP Rosevear * e-plugin.c (ep_load): fix typo svn path=/trunk/; revision=27505 --- e-util/e-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e-util/e-plugin.c') diff --git a/e-util/e-plugin.c b/e-util/e-plugin.c index 0524fcc81f..c2481098f9 100644 --- a/e-util/e-plugin.c +++ b/e-util/e-plugin.c @@ -221,7 +221,7 @@ ep_load(const char *filename) root = xmlDocGetRootElement(doc); if (strcmp(root->name, "e-plugin-list") != 0) { g_warning("No root element: %s", filename); - xmlFreedoc(doc); + xmlFreeDoc(doc); return -1; } -- cgit v1.2.3