diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 11:43:04 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 11:43:04 +0100 |
commit | d51c7df6c55f15cf44f0d2c903dd5248ed59132c (patch) | |
tree | 86330d87ca110a8886e61bb80f56fe14bdb19da7 /drmtools.c | |
parent | 4ccd1819ea1b1f2b571baf1e5b2c4c285e38c8f5 (diff) | |
download | fbida-d51c7df6c55f15cf44f0d2c903dd5248ed59132c.tar.gz |
report device fixup
Diffstat (limited to 'drmtools.c')
-rw-r--r-- | drmtools.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |