mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 23:49:24 +00:00
Add a missing linebreak after LoadModule: "foo"
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454742
This commit is contained in:
@@ -859,7 +859,7 @@ doLoadModule(const char *module, const char *path, const char **subdirlist,
|
||||
char *m = NULL;
|
||||
const char **cim;
|
||||
|
||||
xf86MsgVerb(X_INFO, 3, "LoadModule: \"%s\"", module);
|
||||
xf86MsgVerb(X_INFO, 3, "LoadModule: \"%s\"\n", module);
|
||||
|
||||
for (cim = compiled_in_modules; *cim; cim++)
|
||||
if (!strcmp (module, *cim))
|
||||
|
||||
Reference in New Issue
Block a user