From a2b2aaa67a834d014d2f800cc65c86cb557cac61 Mon Sep 17 00:00:00 2001 From: Sebastian Jennen Date: Sat, 27 Jul 2019 09:47:32 +0200 Subject: [PATCH] file encoding cleanup: remove bom in win32 files These two files have been: "UTF-8 Unicode (with BOM) text". By applying `dos2unix` on these files the BOM has been removed. I checked the whole source code with dos2unix: These were the only two text files affected. --- win32/select.c | 2 +- win32/sendmail.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/select.c b/win32/select.c index 810130c970..b02766e4f3 100644 --- a/win32/select.c +++ b/win32/select.c @@ -1,4 +1,4 @@ -/* +/* +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ diff --git a/win32/sendmail.c b/win32/sendmail.c index 00063931ea..98b61ec920 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -1,4 +1,4 @@ -/* +/* * PHP Sendmail for Windows. * * This file is rewritten specificly for PHPFI. Some functionality -- 2.50.1