From 9325fffd9c433e0650411fcf046bf6913bb5a58f Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 6 Nov 2017 20:19:43 -0800 Subject: [PATCH] Update posix.c --- src/openrct2/platform/posix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openrct2/platform/posix.c b/src/openrct2/platform/posix.c index 113105e414..2b5124b440 100644 --- a/src/openrct2/platform/posix.c +++ b/src/openrct2/platform/posix.c @@ -301,8 +301,9 @@ bool platform_lock_single_instance() } log_error("flock returned an uncatched errno: %d", errno); return false; - return true; } + return true; +} typedef struct enumerate_file_info { char active;