From 1c3cabb52ae1bd01d8b8ec8135905ed211c4109f Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Thu, 30 Jan 2025 18:46:06 -0300 Subject: [PATCH] Fix typo --- include/constants/expansion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants/expansion.h b/include/constants/expansion.h index 9e9e791856a..a164187ab9e 100644 --- a/include/constants/expansion.h +++ b/include/constants/expansion.h @@ -8,6 +8,6 @@ // FALSE if this this version of Expansion is not a tagged commit, i.e. // it contains unreleased changes. -#define EXPANSION_TAGGED_RELEASE FALSES +#define EXPANSION_TAGGED_RELEASE FALSE #endif