summaryrefslogtreecommitdiffstats
path: root/tools/idevicebackup2.c
diff options
context:
space:
mode:
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)
1038#define my_getch getch 1038#define my_getch getch
1039#else 1039#else
1040#define BS_CC 0x7f 1040#define BS_CC 0x7f
1041static int my_getch() 1041static int my_getch(void)
1042{ 1042{
1043 struct termios oldt, newt; 1043 struct termios oldt, newt;
1044 int ch; 1044 int ch;