~tomterl/public-inbox

indite: Update to latest Hare: `void -> done` v1 APPLIED

Carlos Une: 1
 Update to latest Hare: `void -> done`

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~tomterl/public-inbox/patches/53463/mbox | git am -3
Learn more about email & git

[PATCH indite] Update to latest Hare: `void -> done` Export this patch

---
 ini/strings.ha | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ini/strings.ha b/ini/strings.ha
index 4d31ad8..b626128 100644
--- a/ini/strings.ha
+++ b/ini/strings.ha
@@ -12,7 +12,7 @@ export fn splitn(in: str, delim: str, n: size) []str = {
                };
        };
        match(strings::peek_token(&tok)) {
        case void => void;
        case done => void;
        case let s: str =>
                append(toks, strings::remaining_tokens(&tok));
        };
-- 
2.39.2