Update config_load_default function header

This commit is contained in:
Moritz Lipp 2011-01-24 16:40:05 +08:00
parent 22fea7d281
commit 1fc97838e1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include "zathura.h"
void
config_load_default()
config_load_default(void)
{
if(!Zathura.UI.session)
return;

View File

@ -3,6 +3,6 @@
#ifndef CONFIG_H
#define CONFIG_H
void config_load_default();
void config_load_default(void);
#endif // CONFIG_H