gbm: add missing comma between strings
Fixes: d971a4230d "loader: Factor out the common driver
opening logic from each loader."
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
committed by
Eric Engestrom
parent
724107553c
commit
486091bc00
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user