mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 04:09:15 +00:00
terminate xf86Msg() string with newline; ok matthieu@
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user