]> git.wh0rd.org Git - elf2flt.git/commit
elf2flt: use fatal() instead of printf();exit(1)
authorMike Frysinger <vapier@gentoo.org>
Tue, 13 Sep 2016 07:03:46 +0000 (03:03 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 13 Sep 2016 07:03:46 +0000 (03:03 -0400)
commit34e147f45b7cb0844669df007e13ec9a092747e8
tree0d2d523daf9e54bbb1211c6a14e71a49b6629a39
parenta82aa813466bb6d4cfcb769e55867eae4a7d7e1f
elf2flt: use fatal() instead of printf();exit(1)

We've got a help function specifically for showing fatal error
messages and then exiting, so use it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
elf2flt.c