mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-15 05:39:13 +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) {
|
if (KB_ENCODING(wsenc) == KB_USER) {
|
||||||
/* Ignore wscons "user" layout */
|
/* 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;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user