From 68a5b01d373dedc5cbd87a7fddfa811153f4a4a7 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 19 May 2019 20:27:54 +0200 Subject: [PATCH] Mark as static --- zathura/content-type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/content-type.c b/zathura/content-type.c index 03a3c9f..8569502 100644 --- a/zathura/content-type.c +++ b/zathura/content-type.c @@ -32,7 +32,7 @@ zathura_content_type_new(void) #ifdef WITH_MAGIC /* creat magic cookie */ - const int flags = + static const int flags = MAGIC_MIME_TYPE | MAGIC_SYMLINK | MAGIC_NO_CHECK_APPTYPE |