From 8e4cfae794e876173acc99e9e79b11647bd8061f Mon Sep 17 00:00:00 2001 From: Travis Weston Date: Tue, 30 Jul 2024 11:40:09 -0400 Subject: [PATCH] Fixes a syntax error in configure.php (#378) --- configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.php b/configure.php index fe8a483e..2d2c8271 100644 --- a/configure.php +++ b/configure.php @@ -418,7 +418,7 @@ function enable_sqlite_testing(): void { ), ); } -}- +} // --------------------------------------------------------- // Start of the script. Above this line are the functions.