ambrop7 13 лет назад
Родитель
Сommit
b2ed2bb8d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      structure/SAvl_decl.h

+ 1 - 1
structure/SAvl_decl.h

@@ -42,7 +42,7 @@ typedef struct {
     SAvlEntry *child[2];
     SAvlEntry *parent;
     int8_t balance;
-#if CAVL_PARAM_FEATURE_COUNTS
+#if SAVL_PARAM_FEATURE_COUNTS
     SAvlCount count;
 #endif
 } SAvlNode;