Skip to content

Commit

Permalink
just default
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 17, 2023
1 parent 9426890 commit 8804e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/typecheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ static const char *short_type_description(const Type *t)
case TYPE_ARRAY:
return "an array type";
case TYPE_BOOL:
return "a bool type";
}
return "the built-in bool type";
}
}

ExportSymbol *typecheck_stage1_create_types(FileTypes *ft, const AstFile *ast)
Expand Down

0 comments on commit 8804e48

Please sign in to comment.