terminate xf86Msg() string with newline; ok matthieu@
This commit is contained in:
parent
9e9ad5c8a3
commit
988f34c0b9
@ -508,7 +508,7 @@ OpenKeyboard(InputInfoPtr pInfo)
|
||||
}
|
||||
if (KB_ENCODING(wsenc) == KB_USER) {
|
||||
/* Ignore wscons "user" layout */
|
||||
xf86Msg(X_INFO, "%s: ignoring \"user\" wscons layout", pInfo->name);
|
||||
xf86Msg(X_INFO, "%s: ignoring \"user\" wscons layout\n", pInfo->name);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user