mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 04:26:01 +01:00
Add const modifier
This commit is contained in:
parent
e6f916768f
commit
c6cbb0f87c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ cmd_info(girara_session_t* session, girara_list_t* UNUSED(argument_list))
|
|||
}
|
||||
|
||||
struct meta_field {
|
||||
char* name;
|
||||
const char* name;
|
||||
zathura_document_information_type_t field;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue