summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bspatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bspatch.c b/bspatch.c
index 9265a96..d9929b8 100644
--- a/bspatch.c
+++ b/bspatch.c
@@ -190,7 +190,7 @@ int main(int argc,char * argv[])
req.stream.read = bz2_read;
req.stream.opaque = bz2;
if (bspatch(req))
- err(1, "bspatch");
+ errx(1, "bspatch");
/* Clean up the bzip2 reads */
BZ2_bzReadClose(&bz2err, bz2);