su: fix compiler warning [-Wstrict-prototypes]

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-09-21 12:38:18 +02:00
parent ea8a10391b
commit 4082ab2c6f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ void logindefs_load_file(const char *filename)
fclose(f);
}
static void load_defaults()
static void load_defaults(void)
{
if (logindefs_load_defaults)
logindefs_load_defaults();