From 2a4842f7f3c45a08e9dcbb2ada35a5e6fa8f3b9d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Jan 1998 08:58:12 +0000 Subject: [PATCH] (quit): Declare to be inline to stifle compile warning. --- src/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dd.c b/src/dd.c index 5a33191..538d740 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 (); -- 2.7.4