mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-29 19:14:56 +01:00
fix enum
This commit is contained in:
parent
aa2bc80f51
commit
575585f1f2
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ enum {
|
|||
typedef enum {
|
||||
ZATHURA_SANDBOX_NONE,
|
||||
ZATHURA_SANDBOX_NORMAL,
|
||||
ZATHURA_SANDBOX_STRICT,
|
||||
ZATHURA_SANDBOX_STRICT
|
||||
} zathura_sandbox_t;
|
||||
|
||||
/* forward declaration for types from database.h */
|
||||
|
|
Loading…
Reference in a new issue