From 6a35e3de332df186eab39c3b67506882409a3ca2 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 2 May 2017 19:20:57 +0200 Subject: Remove redundant (void) parameters and return value casts --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index 3a08c6b0..c0ac3826 100644 --- a/src/main.cc +++ b/src/main.cc @@ -47,7 +47,7 @@ static void quit_hook(cptr s) * home directory or try to create it if it doesn't exist. * Returns FALSE if all the attempts fail. */ -static void init_save_dir(void) +static void init_save_dir() { char dirpath[1024]; char versionpath[1024]; -- cgit v1.2.3