diff options
| author | 2014-12-08 00:28:33 +0100 | |
|---|---|---|
| committer | 2014-12-08 00:28:33 +0100 | |
| commit | 83c45ae97ffb8db73b92ccbf1e89443fefbcb937 (patch) | |
| tree | 141989343c9da3e278c27902defe93361c96b4a0 /tools/idevicebackup2.c | |
| parent | 03c8f4fa8a41c11702ce10ce79c2a591f297c63e (diff) | |
| download | libimobiledevice-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.c | 2 |
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 |
| 1041 | static int my_getch() | 1041 | static int my_getch(void) |
| 1042 | { | 1042 | { |
| 1043 | struct termios oldt, newt; | 1043 | struct termios oldt, newt; |
| 1044 | int ch; | 1044 | int ch; |
