mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 14:16:00 +01:00
Update config_load_default function header
This commit is contained in:
parent
22fea7d281
commit
1fc97838e1
2 changed files with 2 additions and 2 deletions
2
config.c
2
config.c
|
@ -6,7 +6,7 @@
|
||||||
#include "zathura.h"
|
#include "zathura.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
config_load_default()
|
config_load_default(void)
|
||||||
{
|
{
|
||||||
if(!Zathura.UI.session)
|
if(!Zathura.UI.session)
|
||||||
return;
|
return;
|
||||||
|
|
2
config.h
2
config.h
|
@ -3,6 +3,6 @@
|
||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
|
|
||||||
void config_load_default();
|
void config_load_default(void);
|
||||||
|
|
||||||
#endif // CONFIG_H
|
#endif // CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue