aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/nanowasm/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nanowasm/types.h b/include/nanowasm/types.h
index 23cd4fa..3ddef5c 100644
--- a/include/nanowasm/types.h
+++ b/include/nanowasm/types.h
@@ -78,7 +78,7 @@ struct nw_io_cfg
{
int (*read)(void *buf, size_t n, void *user);
int (*eof)(void *user);
- enum nw_state (*pc)(long offset, struct nw_next * next, void *user);
+ enum nw_state (*pc)(long offset, struct nw_next *next, void *user);
enum nw_state (*seek)(long offset, void *user);
enum nw_state (*tell)(long *offset, void *user);
void *user;