diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-21 14:56:54 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-21 14:56:54 +0000 |
commit | 26c5d442fa5ea2534c42a242ce45ee7f56454abb (patch) | |
tree | a4548ea8be88dc542f4837ee04ba575c941d1b1a /utils/moddeps.c | |
parent | 4e34c71390a9dd2987570055728b8801260131fa (diff) | |
download | anaconda-26c5d442fa5ea2534c42a242ce45ee7f56454abb.tar.gz anaconda-26c5d442fa5ea2534c42a242ce45ee7f56454abb.tar.xz anaconda-26c5d442fa5ea2534c42a242ce45ee7f56454abb.zip |
updates for new module apis
Diffstat (limited to 'utils/moddeps.c')
-rw-r--r-- | utils/moddeps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/moddeps.c b/utils/moddeps.c index 967b2f974..2230e9817 100644 --- a/utils/moddeps.c +++ b/utils/moddeps.c @@ -38,7 +38,7 @@ int main(int argc, char ** argv) { } ml = mlNewDeps(); - if (mlLoadDeps(ml, modDepsFile)) { + if (mlLoadDeps(&ml, modDepsFile)) { fprintf(stderr, "Failed to read %s\n", modDepsFile); exit(1); } |