From 5bc70e2d64392441d182fc9c6e65d4ba5b92e4c2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:20:52 -0400 Subject: Rename promotion -> promotions --- src/compile/statements.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile/statements.c') diff --git a/src/compile/statements.c b/src/compile/statements.c index 8dcac48c..30972a9b 100644 --- a/src/compile/statements.c +++ b/src/compile/statements.c @@ -18,7 +18,7 @@ #include "functions.h" #include "optionals.h" #include "pointers.h" -#include "promotion.h" +#include "promotions.h" #include "statements.h" #include "text.h" #include "types.h" -- cgit v1.2.3