summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index 5a3319172..538d74008 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -377,7 +377,7 @@ cleanup (void)
error (1, errno, "%s", output_file);
}
-static void
+static inline void
quit (int code)
{
cleanup ();