summaryrefslogtreecommitdiffstats
path: root/isys/moduleinfo.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-28 19:19:52 +0000
committerMatt Wilson <msw@redhat.com>2000-04-28 19:19:52 +0000
commitd3a81c893e9c9d34f537eeee6923519d1ca677b1 (patch)
tree896e9edd8e6fbb0dc8687a6cf3ad6d9fd687b61e /isys/moduleinfo.c
parent3eb17acb72651f53036a2f86507110d3bf7d7115 (diff)
downloadanaconda-d3a81c893e9c9d34f537eeee6923519d1ca677b1.tar.gz
anaconda-d3a81c893e9c9d34f537eeee6923519d1ca677b1.tar.xz
anaconda-d3a81c893e9c9d34f537eeee6923519d1ca677b1.zip
fix ewt's typo in moduleinfo.c
Diffstat (limited to 'isys/moduleinfo.c')
-rw-r--r--isys/moduleinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/moduleinfo.c b/isys/moduleinfo.c
index b40e93652..c8e28609a 100644
--- a/isys/moduleinfo.c
+++ b/isys/moduleinfo.c
@@ -115,7 +115,7 @@ int isysReadModuleInfo(const char * filename, moduleInfoSet mis,
nextModule = NULL;
for (i = 0; i < mis->numModules; i++) {
- if (!strcmp(mis->mods[i]->name, start) {
+ if (!strcmp(mis->mods[i]->name, start)) {
nextModule = mis->mods[i];
break;
}