summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwct1xxp.c2
-rwxr-xr-xwcte11xp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/wct1xxp.c b/wct1xxp.c
index e014dcf..63f8baf 100755
--- a/wct1xxp.c
+++ b/wct1xxp.c
@@ -137,7 +137,7 @@ struct t1xxp {
/* Our offset for finding channel 1 */
int offset;
char *variety;
- int intcount;
+ unsigned int intcount;
int usecount;
int clocktimeout;
int sync;
diff --git a/wcte11xp.c b/wcte11xp.c
index 259c74c..c778c31 100755
--- a/wcte11xp.c
+++ b/wcte11xp.c
@@ -143,7 +143,7 @@ struct t1 {
/* Our offset for finding channel 1 */
int offset;
char *variety;
- int intcount;
+ unsigned int intcount;
int usecount;
int clocktimeout;
int sync;