summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-22 08:58:12 +0000
committerJim Meyering <jim@meyering.net>1998-01-22 08:58:12 +0000
commit2a4842f7f3c45a08e9dcbb2ada35a5e6fa8f3b9d (patch)
tree2f8133f35ee97f56d1dc1f9c5cd8207f5563ecd1 /src/dd.c
parentd82fadf3653a507b9ca79a5884920fc0b3fdeb15 (diff)
downloadcoreutils-2a4842f7f3c45a08e9dcbb2ada35a5e6fa8f3b9d.tar.xz
(quit): Declare to be inline to stifle compile warning.
Diffstat (limited to 'src/dd.c')
-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 ();