diff options
Diffstat (limited to 'tools/idevicesyslog.c')
| -rw-r--r-- | tools/idevicesyslog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 4eb1605..44dd5ba 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c | |||
| @@ -119,7 +119,7 @@ static void add_filter(const char* filterstr) | |||
| 119 | } | 119 | } |
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | static int find_char(char c, char** p, char* end) | 122 | static int find_char(char c, char** p, const char* end) |
| 123 | { | 123 | { |
| 124 | while ((**p != c) && (*p < end)) { | 124 | while ((**p != c) && (*p < end)) { |
| 125 | (*p)++; | 125 | (*p)++; |
