mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 21:29:14 +00:00
Add missing \n at end of message.
This commit is contained in:
@@ -1125,7 +1125,7 @@ __glXDRIscreenProbe(ScreenPtr pScreen)
|
|||||||
screen);
|
screen);
|
||||||
|
|
||||||
if (screen->driScreen == NULL) {
|
if (screen->driScreen == NULL) {
|
||||||
LogMessage(X_ERROR, "AIGLX error: Calling driver entry point failed");
|
LogMessage(X_ERROR, "AIGLX error: Calling driver entry point failed\n");
|
||||||
goto handle_error;
|
goto handle_error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user