aboutsummaryrefslogtreecommitdiff
path: root/source/common/ubidiimp.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/common/ubidiimp.h')
-rw-r--r--source/common/ubidiimp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common/ubidiimp.h b/source/common/ubidiimp.h
index 58c86f2..068e156 100644
--- a/source/common/ubidiimp.h
+++ b/source/common/ubidiimp.h
@@ -183,7 +183,7 @@ typedef struct BracketData {
/* array of opening entries which should be enough in most cases; no malloc() */
Opening simpleOpenings[SIMPLE_OPENINGS_SIZE];
Opening *openings; /* pointer to current array of entries */
- int32_t openingsSize; /* number of allocated entries */
+ int32_t openingsCount; /* number of allocated entries */
int32_t isoRunLast; /* index of last used entry */
/* array of nested isolated sequence entries; can never excess UBIDI_MAX_EXPLICIT_LEVEL
+ 1 for index 0, + 1 for before the first isolated sequence */