diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/check_decl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_decl.cpp b/src/check_decl.cpp index a2a7a1fb4..7dda04553 100644 --- a/src/check_decl.cpp +++ b/src/check_decl.cpp @@ -199,7 +199,7 @@ bool is_type_distinct(AstNode *node) { case AstNode_ArrayType: case AstNode_DynamicArrayType: case AstNode_MapType: - return true; + return false; } return false; } |