From d51c7df6c55f15cf44f0d2c903dd5248ed59132c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 24 Mar 2016 11:43:04 +0100 Subject: report device fixup --- drmtools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drmtools.c b/drmtools.c index e4a4b61..f936180 100644 --- a/drmtools.c +++ b/drmtools.c @@ -191,6 +191,6 @@ gfxstate *drm_init(const char *device) gfx->restore_display = drm_restore_display; gfx->cleanup_display = drm_cleanup_display; - fprintf(stderr, "using drm: %s\n", device); + fprintf(stderr, "using drm: %s\n", dev); return gfx; } -- cgit