mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
fix a complaint by my clang
This commit is contained in:
parent
d8196c7837
commit
e81e597d85
@ -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() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user