From 0f6b427170eb52cacec58ba11202b9fd009e432d Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 9 Dec 2024 18:37:02 +0100 Subject: [PATCH] Update strftime.c --- libsrc/common/strftime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/common/strftime.c b/libsrc/common/strftime.c index 38ea4850e..2f3cadc2e 100644 --- a/libsrc/common/strftime.c +++ b/libsrc/common/strftime.c @@ -40,7 +40,7 @@ /* Use static local variables for speed */ -#pragma static-locals (on); +#pragma static-locals (on)