From 22407532f558b6feca40e3fd0f5a159cbd17903f Mon Sep 17 00:00:00 2001 From: oheil Date: Mon, 12 Dec 2022 12:59:30 +0100 Subject: [PATCH] Typo in line 65, a " too much --- src/drawings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drawings.jl b/src/drawings.jl index e770f644..abbf55db 100644 --- a/src/drawings.jl +++ b/src/drawings.jl @@ -62,7 +62,7 @@ mutable struct Drawing elseif stype == :image the_surface = Cairo.CairoImageSurface(w, h, Cairo.FORMAT_ARGB32) else - error("Unknown Luxor surface type" \"$stype\"") + error("Unknown Luxor surface type \"$stype\"") end the_cr = Cairo.CairoContext(the_surface) # @info("drawing '$f' ($w w x $h h) created in $(pwd())")