mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
fix a complaint by my clang
This commit is contained in:
parent
d8196c7837
commit
e81e597d85
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
int main() {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue