loader: fix already built-in message
This commit is contained in:
parent
804080a709
commit
1072b88a8f
|
@ -869,7 +869,7 @@ doLoadModule(const char *module, const char *path, const char **subdirlist,
|
||||||
for (cim = compiled_in_modules; *cim; cim++)
|
for (cim = compiled_in_modules; *cim; cim++)
|
||||||
if (!strcmp (module, *cim))
|
if (!strcmp (module, *cim))
|
||||||
{
|
{
|
||||||
xf86MsgVerb(X_INFO, 3, "Module alread ybuilt-in");
|
xf86MsgVerb(X_INFO, 3, "Module already built-in\n");
|
||||||
return (ModuleDescPtr) 1;
|
return (ModuleDescPtr) 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue