diff --git a/src/ast.c b/src/ast.c index 4e244c3..6252788 100644 --- a/src/ast.c +++ b/src/ast.c @@ -1466,7 +1466,6 @@ void IdentifierPass(Node *node) node->functionDeclaration.functionSignature->functionSignature .identifier->typeTag = MakeTypeTag(node); break; - ; case StructDeclaration: node->structDeclaration.identifier->typeTag = MakeTypeTag(node);