From fdd1070b2cf8b397a18c8ec8280e236980787e32 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 13 Mar 2022 17:37:11 -0400 Subject: [PATCH] Fix missing return --- src/game/gameport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/game/gameport.c b/src/game/gameport.c index 478d355f7..20ea51ffa 100644 --- a/src/game/gameport.c +++ b/src/game/gameport.c @@ -442,6 +442,8 @@ tmacm_init(const device_t *info) default: break; } + + return dev; } static void