Skip to content

Commit

Permalink
Update typecheck.c
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Dec 17, 2023
1 parent 697cd94 commit 84beaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typecheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static const char *short_type_description(const Type *t)
case TYPE_ARRAY:
return "an array type";
case TYPE_BOOL:
assert(0);
return "a bool type";
}
}

Expand Down

0 comments on commit 84beaf3

Please sign in to comment.