Nicolas Cannasse 9 년 전
부모
커밋
78c28c7e84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/hl.h

+ 1 - 1
src/hl.h

@@ -276,7 +276,7 @@ typedef struct {
 	int nparams;
 	hl_type **params;
 	int size;
-	bool hasPtr;
+	bool hasptr;
 	int *offsets;
 } hl_enum_construct;