소스 검색

structure: SAvl: fix typo

ambrop7 13 년 전
부모
커밋
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;