diff options
-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 (); |
index : Erich/coreutils | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/dd.c | 2 |
@@ -377,7 +377,7 @@ cleanup (void) error (1, errno, "%s", output_file); } -static void +static inline void quit (int code) { cleanup (); |