aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uintmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uintmap.h b/include/uintmap.h
index c41c20ad..e7c3f93d 100644
--- a/include/uintmap.h
+++ b/include/uintmap.h
@@ -14,7 +14,7 @@ typedef struct UIntMap {
ALvoid *value;
} *array;
ALsizei size;
- ALsizei maxsize;
+ ALsizei capacity;
ALsizei limit;
RWLock lock;
} UIntMap;