From 7d80e1b932e4172027b90c3d612e18d4bda5b628 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Thu, 29 Aug 2024 14:18:27 -0700 Subject: [PATCH] fix: add missing return --- ecsact/runtime/async.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecsact/runtime/async.h b/ecsact/runtime/async.h index f3228559..2be31614 100644 --- a/ecsact/runtime/async.h +++ b/ecsact/runtime/async.h @@ -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