From 4493ece2f2a5c12c972654d0e5a225237b1e2559 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 16 Feb 2020 20:27:22 +0100 Subject: [PATCH] Cleanup --- core_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_info.c b/core_info.c index 023ca851b4..211ca05938 100644 --- a/core_info.c +++ b/core_info.c @@ -44,7 +44,7 @@ static core_info_list_t *core_info_curr_list = NULL; enum compare_op { - COMPARE_OP_EQUAL, + COMPARE_OP_EQUAL = 0, COMPARE_OP_NOT_EQUAL, COMPARE_OP_LESS, COMPARE_OP_LESS_EQUAL,