diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/ideviceinfo.c | 2 |
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 | ||
| 80 | static int is_domain_known(char *domain) | 80 | static 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) { |
