summaryrefslogtreecommitdiffstats
path: root/tools/ideviceinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ideviceinfo.c')
-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[] = {
77 NULL 77 NULL
78}; 78};
79 79
80static int is_domain_known(char *domain) 80static int is_domain_known(const char *domain)
81{ 81{
82 int i = 0; 82 int i = 0;
83 while (domains[i] != NULL) { 83 while (domains[i] != NULL) {