Sfoglia il codice sorgente

structure: SAvl: fix typo

ambrop7 13 anni fa
parent
commit
b2ed2bb8d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;