Skip to content

Commit ed25a0c

Browse files
committed
Remove BOM at the file beginning
1 parent 3e97020 commit ed25a0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bdelock.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Includes
1+
# Includes
22
!include WinVer.nsh
33
!include x64.nsh
44
!include FileFunc.nsh

locale/de.nsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Author: Daniel Leidert, 2018
1+
# Author: Daniel Leidert, 2018
22

33
LoadLanguageFile "${NSISDIR}\Contrib\Language files\German.nlf"
44

locale/en.nsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Author: Daniel Leidert, 2018
1+
# Author: Daniel Leidert, 2018
22

33
LoadLanguageFile "${NSISDIR}\Contrib\Language files\English.nlf"
44

locale/languages.nsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
!include "locale\en.nsh"
1+
!include "locale\en.nsh"
22
!include "locale\de.nsh"

0 commit comments

Comments
 (0)