summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ideviceinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ideviceinfo.c b/tools/ideviceinfo.c
index d8260e0..97ae03a 100644
--- a/tools/ideviceinfo.c
+++ b/tools/ideviceinfo.c
@@ -77,7 +77,7 @@ static const char *domains[] = {
NULL
};
-static int is_domain_known(char *domain)
+static int is_domain_known(const char *domain)
{
int i = 0;
while (domains[i] != NULL) {