diff options
Diffstat (limited to 'src/intel_dri.c')
-rw-r--r-- | src/intel_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_dri.c b/src/intel_dri.c index 0df99120..03700343 100644 --- a/src/intel_dri.c +++ b/src/intel_dri.c @@ -1523,7 +1523,7 @@ out_complete: static int dri2_server_generation; #endif -static bool has_i830_dri(void) +static int has_i830_dri(void) { return access(DRI_DRIVER_PATH "/i830_dri.so", R_OK) == 0; } |