fix struct

This commit is contained in:
Lucas Gravley 2020-08-24 11:16:22 -05:00
parent bce238d392
commit 6d7c89b7d7

View file

@ -514,6 +514,7 @@ function BuildFileList() {
# Use file to see if we can parse what it is # # Use file to see if we can parse what it is #
############################################## ##############################################
CheckFileType "${FILE}" CheckFileType "${FILE}"
fi
done done
export READ_ONLY_CHANGE_FLAG # Workaround SC2034 export READ_ONLY_CHANGE_FLAG # Workaround SC2034
@ -639,5 +640,4 @@ function CheckZsh() {
################## ##################
return 1 return 1
fi fi
} }