From 50170e0d570521ee0c424d27127a24a4c8f77c39 Mon Sep 17 00:00:00 2001 From: Mohamed Amin JABRI Date: Thu, 27 Aug 2020 17:16:22 +0900 Subject: [PATCH] Fix BOM at begining of file. --- ffi/cs/mcl/mcl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi/cs/mcl/mcl.cs b/ffi/cs/mcl/mcl.cs index 035b225..8a7b6fe 100644 --- a/ffi/cs/mcl/mcl.cs +++ b/ffi/cs/mcl/mcl.cs @@ -1,4 +1,4 @@ -þ½Ž¿using System; +using System; using System.Text; using System.Runtime.InteropServices;