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/idevicename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/idevicename.c') 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 @@ #include #include -static void print_usage() +static void print_usage(void) { printf("Usage: idevicename [OPTIONS] [NAME]\n"); printf("Display the device name or set it to NAME if specified.\n"); -- cgit v1.1-32-gdbae