Removed stray <feff> byte order mark

This fixes compiling with clang on msys2. I believe you saved these files as UTF16 once or something and these byte order marks were added by an editor.
The PR leads to the line "// The MIT License (MIT)" to no longer be present in the single-header sol.hpp at 3 occasions, but I think they were there by mistake anyway and should've been stripped by the python script, but didn't, because of the BOM. So this actually fixes that as well.
This commit is contained in:
Patrik Huber 2016-03-14 00:54:23 +00:00
parent d3ccfa7426
commit 540926d9f4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// The MIT License (MIT)
// The MIT License (MIT)
// Copyright (c) 2013-2016 Rapptz, ThePhD and contributors

View File

@ -1,4 +1,4 @@
// The MIT License (MIT)
// The MIT License (MIT)
// Copyright (c) 2013-2016 Rapptz, ThePhD and contributors

View File

@ -1,4 +1,4 @@
// The MIT License (MIT)
// The MIT License (MIT)
// Copyright (c) 2013-2016 Rapptz, ThePhD and contributors