From 46f50ca7932ceb2e7fa85ca353d06c8220d36bb2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sat, 30 Oct 2021 19:49:15 +0200 Subject: [PATCH] syntax corrections --- Crow/src/Interface.cs | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Crow/src/Interface.cs b/Crow/src/Interface.cs index 6cd6949f..a41d5dae 100644 --- a/Crow/src/Interface.cs +++ b/Crow/src/Interface.cs @@ -83,7 +83,7 @@ namespace Crow switch (libraryName) { case "cairo": -+ return NativeLibrary.Load("cairo-2", assembly, null); + return NativeLibrary.Load("cairo-2", assembly, null); /*case "glfw3": return NativeLibrary.Load("glfw", assembly, null);*/ case "rsvg-2.40": diff --git a/README.md b/README.md index 222ebff4..36c793ec 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ Check the [Tutorials](https://github.com/jpbruyere/Crow/wiki/Tutorials) for a qu The `ShowCase`sample will allow you to quickly test IML with live result.

- - + +

-- 2.47.3