From 8b008052cbd7f3805e7af05ae694a2c24424c39c Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 9 Dec 2024 00:43:35 +0100 Subject: [PATCH] Update mandelbrot.c --- samples/mandelbrot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mandelbrot.c b/samples/mandelbrot.c index 519f3d823..f4e7b83a8 100644 --- a/samples/mandelbrot.c +++ b/samples/mandelbrot.c @@ -41,7 +41,7 @@ #endif /* Use static local variables for speed */ -#pragma static-locals (1); +#pragma static-locals (1)