commit 9dcba1e2f8c7f95f1837ca82ea43b9efb41e1cc2 parent fe25cb6c609ebf1ade4cbda7891ae2f77ca4ff7b Author: Luís Ferreira <contact@lsferreira.net> Date: Sun, 16 Jan 2022 02:45:31 +0000 fix(content/posts): Add missing bullet points on SAOC post 16 Signed-off-by: Luís Ferreira <contact@lsferreira.net> Diffstat:
M | content/posts/d-saoc-2021-16.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/posts/d-saoc-2021-16.md b/content/posts/d-saoc-2021-16.md @@ -66,8 +66,8 @@ From what I tested, at least one target that have support for 128bit `long double`, RISC-V, is not correctly mapped by the LDC compiler, so I decided to make a PR to fix that: -https://github.com/ldc-developers/ldc/pull/3891 -https://github.com/ldc-developers/ldc/pull/3892 +- https://github.com/ldc-developers/ldc/pull/3891 +- https://github.com/ldc-developers/ldc/pull/3892 ## What is next?