diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-22 08:58:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-22 08:58:12 +0000 |
commit | 2a4842f7f3c45a08e9dcbb2ada35a5e6fa8f3b9d (patch) | |
tree | 2f8133f35ee97f56d1dc1f9c5cd8207f5563ecd1 /src | |
parent | d82fadf3653a507b9ca79a5884920fc0b3fdeb15 (diff) | |
download | coreutils-2a4842f7f3c45a08e9dcbb2ada35a5e6fa8f3b9d.tar.xz |
(quit): Declare to be inline to stifle compile warning.
Diffstat (limited to 'src')
-rw-r--r-- | src/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ cleanup (void) error (1, errno, "%s", output_file); } -static void +static inline void quit (int code) { cleanup (); |