Quellcode durchsuchen

structure: SAvl: fix typo

ambrop7 vor 13 Jahren
Ursprung
Commit
b2ed2bb8d2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;