summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-05-04 09:32:19 +0200
committerDavid Sommerseth <davids@redhat.com>2009-05-04 09:32:19 +0200
commitaad6b79d7363ea4fa1c1ce67a39848b13bdd19f4 (patch)
treeebb6ebafa3ddea2c2ad3f8e0bb840e6067f71ee5 /src/config.h
parent1bf1da9fa4ad24148fe18c1c5baa9a4ec931402c (diff)
downloadpython-dmidecode-aad6b79d7363ea4fa1c1ce67a39848b13bdd19f4.tar.gz
python-dmidecode-aad6b79d7363ea4fa1c1ce67a39848b13bdd19f4.tar.xz
python-dmidecode-aad6b79d7363ea4fa1c1ce67a39848b13bdd19f4.zip
Fixed typo in config.h - error in pythonmap.xml filename
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
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