whitespace

This commit is contained in:
Ian A. Mason 2018-04-16 15:45:06 -07:00
parent 65122ee2eb
commit 30cc3b22fa

View File

@ -319,7 +319,7 @@ func extractSectionDarwin(inputFile string) (contents []string) {
func extractSectionUnix(inputFile string) (contents []string) {
elfFile, err := elf.Open(inputFile)
if err != nil {
LogWarning("ELF file %s could not be read.", inputFile)
LogFatal("ELF file %s could not be read.", inputFile)
return
}
section := elfFile.Section(ELFSectionName)