mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 01:19:01 +00:00
Style nit.
This commit is contained in:
parent
90a69ac33e
commit
e8666e4b4e
@ -442,7 +442,7 @@ error:
|
||||
|
||||
static void drm_fb_destroy_callback(struct gbm_bo *bo, void *data)
|
||||
{
|
||||
struct drm_fb *fb = (struct drm_fb*)data;
|
||||
struct drm_fb *fb = (struct drm_fb*)data;
|
||||
|
||||
if (fb->fb_id)
|
||||
drmModeRmFB(g_drm_fd, fb->fb_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user