summaryrefslogtreecommitdiffstats
path: root/tools/idevicename.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/idevicename.c
parent03c8f4fa8a41c11702ce10ce79c2a591f297c63e (diff)
downloadlibimobiledevice-83c45ae97ffb8db73b92ccbf1e89443fefbcb937.tar.gz
libimobiledevice-83c45ae97ffb8db73b92ccbf1e89443fefbcb937.tar.bz2
Replace () with (void) in libinternalcommon and tools for consistency
Diffstat (limited to 'tools/idevicename.c')
-rw-r--r--tools/idevicename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicename.c b/tools/idevicename.c
index c013edc..d94657b 100644
--- a/tools/idevicename.c
+++ b/tools/idevicename.c
@@ -28,7 +28,7 @@
28#include <libimobiledevice/libimobiledevice.h> 28#include <libimobiledevice/libimobiledevice.h>
29#include <libimobiledevice/lockdown.h> 29#include <libimobiledevice/lockdown.h>
30 30
31static void print_usage() 31static void print_usage(void)
32{ 32{
33 printf("Usage: idevicename [OPTIONS] [NAME]\n"); 33 printf("Usage: idevicename [OPTIONS] [NAME]\n");
34 printf("Display the device name or set it to NAME if specified.\n"); 34 printf("Display the device name or set it to NAME if specified.\n");