From aad6b79d7363ea4fa1c1ce67a39848b13bdd19f4 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 4 May 2009 09:32:19 +0200 Subject: Fixed typo in config.h - error in pythonmap.xml filename --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.h b/src/config.h index f4c0fc4..a2e7e58 100644 --- a/src/config.h +++ b/src/config.h @@ -24,7 +24,7 @@ #endif #ifndef PYTHON_XML_MAP -#define PYTHON_XML_MAP "/usr/share/python-dmidecode/pythonmap.xmp" +#define PYTHON_XML_MAP "/usr/share/python-dmidecode/pythonmap.xml" #endif #endif -- cgit