summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-10-09 15:10:05 +0000
committerErik Troan <ewt@redhat.com>2001-10-09 15:10:05 +0000
commit30f0f2abb730fcdd73e14057fa64ae7c6ab112fe (patch)
tree53a2af0cf104be0367d6b7b5b5335278fbc66c84 /utils
parente0f4370a36956055e96c396fdad2cb3dcfc79d23 (diff)
downloadanaconda-30f0f2abb730fcdd73e14057fa64ae7c6ab112fe.tar.gz
anaconda-30f0f2abb730fcdd73e14057fa64ae7c6ab112fe.tar.xz
anaconda-30f0f2abb730fcdd73e14057fa64ae7c6ab112fe.zip
changed extractModule stub to extractModules()
Diffstat (limited to 'utils')
-rw-r--r--utils/moddeps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c
index ba25b42b2..41227ff5e 100644
--- a/utils/moddeps.c
+++ b/utils/moddeps.c
@@ -7,7 +7,7 @@
#include "../isys/isys.h"
#include "../loader/modules.h"
-int extractModule(location, modName) {
+int extractModules(location, modName) {
return 0;
}