From 6c289d544115c7b5c8ca5ca2e4101d0543dc1564 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 31 Jan 2019 07:15:47 +0100 Subject: udev device enumeration --- fbtools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fbtools.c') diff --git a/fbtools.c b/fbtools.c index a429775..5c644ff 100644 --- a/fbtools.c +++ b/fbtools.c @@ -221,7 +221,7 @@ static void fb_cleanup_display(void) /* -------------------------------------------------------------------- */ -gfxstate* fb_init(char *device, char *mode, int vt) +gfxstate* fb_init(const char *device, char *mode, int vt) { unsigned long page_mask; struct stat st; -- cgit