Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakarl10 <mike@mwsys.mine.bz>2022-03-30 08:39:12 +0300
committerakarl10 <mike@mwsys.mine.bz>2022-03-30 08:39:12 +0300
commitcd02092fa28e5a9c59eafb1b0bf5cd88d70af39a (patch)
tree810378870b4a7cd93e7280b1dd4db639358be0d1
parent0d5cbfe6d72ad362021dea1eb7e024c64b7e41d1 (diff)
xrdpdri2.c typo
-rw-r--r--xrdpdev/xrdpdri2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdpdev/xrdpdri2.c b/xrdpdev/xrdpdri2.c
index 7494554..1fc6a1b 100644
--- a/xrdpdev/xrdpdri2.c
+++ b/xrdpdev/xrdpdri2.c
@@ -192,7 +192,7 @@ rdpDri2Init(ScreenPtr pScreen)
* guess that the DRI and VDPAU drivers have the same name.
*/
if (strcmp(driver_names[0], "i965") == 0 ||
- strcmp(driver_names[0], "iris") == 0) ||
+ strcmp(driver_names[0], "iris") == 0 ||
strcmp(driver_names[0], "crocus") == 0)
{
driver_names[1] = "va_gl";