From c412ecf7e99639d6f6e016cdf0d6025a9bec3a13 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 20 Sep 2021 15:54:07 +0200 Subject: [PATCH] Buildfix --- core_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_info.c b/core_info.c index 47efd4f8a9..b688bfc3b1 100644 --- a/core_info.c +++ b/core_info.c @@ -91,7 +91,7 @@ static core_info_state_t core_info_st = { NULL, NULL, NULL -} +}; /* JSON Handlers START */