From 83c45ae97ffb8db73b92ccbf1e89443fefbcb937 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Dec 2014 00:28:33 +0100 Subject: Replace () with (void) in libinternalcommon and tools for consistency --- tools/idevicebackup2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/idevicebackup2.c') diff --git a/tools/idevicebackup2.c b/tools/idevicebackup2.c index a43cbda..d223015 100644 --- a/tools/idevicebackup2.c +++ b/tools/idevicebackup2.c @@ -1038,7 +1038,7 @@ static void mb2_copy_directory_by_path(const char *src, const char *dst) #define my_getch getch #else #define BS_CC 0x7f -static int my_getch() +static int my_getch(void) { struct termios oldt, newt; int ch; -- cgit v1.1-32-gdbae