summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 550b9437..34becd25 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -366,7 +366,7 @@ typedef struct {
boardheader_t bcache[MAX_BOARD];
boardheader_t *bsorted[2][MAX_BOARD]; /* 0: by name 1: by class */
#if HOTBOARDCACHE
- char nHOTs;
+ unsigned char nHOTs;
boardheader_t *HBcache[HOTBOARDCACHE];
#endif
#if DIRCACHESIZE