Module: Mesa
Branch: master
Commit: 486091bc00ea06f996910885bad080ce7f591c59
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=486091bc00ea06f996910885bad080ce7f591c59

Author: Eric Engestrom <[email protected]>
Date:   Sun Nov 18 15:17:13 2018 +0000

gbm: add missing comma between strings

Fixes: d971a4230d54069c996bc "loader: Factor out the common driver
                              opening logic from each loader."
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>

---

 src/gbm/backends/dri/gbm_dri.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gbm/backends/dri/gbm_dri.c b/src/gbm/backends/dri/gbm_dri.c
index aeb13962cd..abbb0b9017 100644
--- a/src/gbm/backends/dri/gbm_dri.c
+++ b/src/gbm/backends/dri/gbm_dri.c
@@ -316,7 +316,7 @@ dri_open_driver(struct gbm_dri_device *dri)
       /* Read GBM_DRIVERS_PATH first for compatibility, but LIBGL_DRIVERS_PATH
        * is recommended over GBM_DRIVERS_PATH.
        */
-      "GBM_DRIVERS_PATH"
+      "GBM_DRIVERS_PATH",
       /* Read LIBGL_DRIVERS_PATH if GBM_DRIVERS_PATH was not set.
        * LIBGL_DRIVERS_PATH is recommended over GBM_DRIVERS_PATH.
        */

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to