Skip to content

Commit

Permalink
Merge pull request #247 from oheil/patch-1
Browse files Browse the repository at this point in the history
Typo in line 65, a " too much
  • Loading branch information
cormullion authored Dec 12, 2022
2 parents 33c2aad + 2240753 commit a04b373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drawings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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())")
Expand Down

0 comments on commit a04b373

Please sign in to comment.