diff options
| author | gingerBill <bill@gingerbill.org> | 2024-02-22 17:37:42 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-02-22 17:37:42 +0000 |
| commit | dcbcf75269a75a9d677104f40dd99d3610e1353d (patch) | |
| tree | b2d62f2ef494a96bded966f64829274948a76064 /src/check_expr.cpp | |
| parent | 59479b2ba622a0c8ee528eabd84c99c955bc0ea8 (diff) | |
Add doc-format support for `bit_field`
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index 9b15ae3b2..aba2f5831 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -11174,7 +11174,6 @@ gb_internal gbString write_expr_to_string(gbString str, Ast *node, bool shorthan } str = write_expr_to_string(str, bf->fields[i], false); } - return str; } str = gb_string_appendc(str, "}"); case_end; |