summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/mar/mar-extract-only.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/mar/mar-extract-only.c b/mdk-stage1/mar/mar-extract-only.c
index 2d3898cfc..723cc376d 100644
--- a/mdk-stage1/mar/mar-extract-only.c
+++ b/mdk-stage1/mar/mar-extract-only.c
@@ -33,7 +33,8 @@ zerr(BZFILE * f) /* decrease code size */
{
fprintf(stderr, BZ2_bzerror(f, &z_errnum));
}
-void
+
+inline void
log_perror(char *msg)
{
perror(msg);