Browse Source

bzip2: Prefer LF as EOL in dlltest.c

All other .c files have LF line endings, so there is no need to deviate
here.
Thomas Braun 4 months ago
parent
commit
cab14b9dfd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Utilities/Scripts/update-bzip2.bash

+ 1 - 0
Utilities/Scripts/update-bzip2.bash

@@ -21,6 +21,7 @@ extract_source () {
     git_archive
     pushd "${extractdir}/${name}-reduced"
     echo "* -whitespace" > .gitattributes
+    fromdos dlltest.c
     popd
 }