| author | |
| committer | |
| log | 99d2d9bf64aad0cc4b46bdcef43432ba48349c7a |
| tree | c822af3bbe248c6fdc6e51f4d032c47582bd77a8 |
| parent | cb3e8e323dc6846e16e868fcfb4d4bf135f56f48 |
1 files changed, 1 insertions(+), 1 deletions(-)
src-self-hosted/type.zig+1-1| ... | ... | @@ -380,7 +380,7 @@ pub const Type = extern union { |
| 380 | 380 | }, |
| 381 | 381 | .single_mut_pointer => { |
| 382 | 382 | const payload = @fieldParentPtr(Payload.SingleMutPointer, "base", ty.ptr_otherwise); |
| 383 | try out_stream.writeAll("* "); | |
| 383 | try out_stream.writeAll("*"); | |
| 384 | 384 | ty = payload.pointee_type; |
| 385 | 385 | continue; |
| 386 | 386 | }, |