summaryrefslogtreecommitdiff
path: root/shared-core/via_ds.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-core/via_ds.h')
-rw-r--r--shared-core/via_ds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/via_ds.h b/shared-core/via_ds.h
index e7179d3c..be9c7f9f 100644
--- a/shared-core/via_ds.h
+++ b/shared-core/via_ds.h
@@ -30,7 +30,7 @@
/* Set Data Structure */
#define SET_SIZE 5000
-typedef unsigned int ITEM_TYPE;
+typedef unsigned long ITEM_TYPE;
typedef struct {
ITEM_TYPE val;