mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 22:25:59 +01:00
Mark as static
This commit is contained in:
parent
8736c08041
commit
68a5b01d37
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ zathura_content_type_new(void)
|
||||||
|
|
||||||
#ifdef WITH_MAGIC
|
#ifdef WITH_MAGIC
|
||||||
/* creat magic cookie */
|
/* creat magic cookie */
|
||||||
const int flags =
|
static const int flags =
|
||||||
MAGIC_MIME_TYPE |
|
MAGIC_MIME_TYPE |
|
||||||
MAGIC_SYMLINK |
|
MAGIC_SYMLINK |
|
||||||
MAGIC_NO_CHECK_APPTYPE |
|
MAGIC_NO_CHECK_APPTYPE |
|
||||||
|
|
Loading…
Reference in a new issue