summaryrefslogtreecommitdiff
path: root/namedev_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'namedev_parse.c')
-rw-r--r--namedev_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/namedev_parse.c b/namedev_parse.c
index 3b14a6a50..5bd59d83f 100644
--- a/namedev_parse.c
+++ b/namedev_parse.c
@@ -126,7 +126,7 @@ static int namedev_parse(const char *filename, void *data)
cur = 0;
lineno = 0;
while (cur < bufsize) {
- int i, j;
+ unsigned int i, j;
count = buf_get_line(buf, bufsize, cur);
bufline = &buf[cur];