summaryrefslogtreecommitdiffstats
path: root/tools/idevicebackup2.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-12-08 00:28:33 +0100
committerGravatar Martin Szulecki2014-12-08 00:28:33 +0100
commit83c45ae97ffb8db73b92ccbf1e89443fefbcb937 (patch)
tree141989343c9da3e278c27902defe93361c96b4a0 /tools/idevicebackup2.c
parent03c8f4fa8a41c11702ce10ce79c2a591f297c63e (diff)
downloadlibimobiledevice-83c45ae97ffb8db73b92ccbf1e89443fefbcb937.tar.gz
libimobiledevice-83c45ae97ffb8db73b92ccbf1e89443fefbcb937.tar.bz2
Replace () with (void) in libinternalcommon and tools for consistency
Diffstat (limited to 'tools/idevicebackup2.c')
-rw-r--r--tools/idevicebackup2.c2
1 files changed, 1 insertions, 1 deletions
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;