diff options
Diffstat (limited to '')
-rw-r--r-- | util/lsdvb/lsdvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lsdvb/lsdvb.c b/util/lsdvb/lsdvb.c index 7a206aa..065a844 100644 --- a/util/lsdvb/lsdvb.c +++ b/util/lsdvb/lsdvb.c @@ -139,7 +139,7 @@ int read_device_uevent(char *uevent, char line[128]; char *token = NULL; char *tmp; - int i; + unsigned int i; /* get uevent file */ sprintf(uf_name, "%s/%s", uevent, "device/uevent"); |