From e81e597d85682ca9587bd89a841e285963b87d79 Mon Sep 17 00:00:00 2001 From: Folkert Date: Wed, 1 Jun 2022 14:17:12 +0200 Subject: [PATCH] fix a complaint by my clang --- examples/hello-world/c-platform/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/c-platform/host.c b/examples/hello-world/c-platform/host.c index a096367dd5..2129b11abb 100644 --- a/examples/hello-world/c-platform/host.c +++ b/examples/hello-world/c-platform/host.c @@ -54,7 +54,7 @@ size_t roc_str_len(struct RocStr str) { } } -extern void roc__mainForHost_1_exposed_generic(*RocStr); +extern void roc__mainForHost_1_exposed_generic(struct RocStr *string); int main() {