Skip to content

Commit

Permalink
fix: add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 29, 2024
1 parent d70f0e0 commit 7d80e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecsact/runtime/async.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ ECSACT_ASYNC_API_FN(void, ecsact_async_disconnect)(void);
/**
* Get the current async status.
*/
ECSACT_ASYNC_API_FN(void, ecsact_async_get_status)(void);
ECSACT_ASYNC_API_FN(ecsact_async_status, ecsact_async_get_status)(void);

/**
* Gets the current tick
Expand Down

0 comments on commit 7d80e1b

Please sign in to comment.