From 86be6a32d3fd229dbb17bf5e3348a01e6e6e855a Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Tue, 20 Jun 2017 20:20:29 +0200 Subject: misc: cosmetics, remove argument from usage(FILE*) This patch is trivial and changes nothing, because we were always using usage(stdout) Now all our usage() functions look very similar. If wanted we could auto-generate another big cosmetical patch to remove all the useless "FILE *out" constants and use printf and puts rather than their f* friends. Such patch could be automatically synchronized with the translation project (newlines!) to not make the translators sick. Signed-off-by: Ruediger Meier --- text-utils/hexdump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/hexdump.h') diff --git a/text-utils/hexdump.h b/text-utils/hexdump.h index 741a57ad2..4a8d10916 100644 --- a/text-utils/hexdump.h +++ b/text-utils/hexdump.h @@ -101,7 +101,7 @@ void add_fmt(const char *, struct hexdump *); void rewrite_rules(struct hexdump_fs *, struct hexdump *); void addfile(char *, struct hexdump *); void display(struct hexdump *); -void __attribute__((__noreturn__)) usage(FILE *out); +void __attribute__((__noreturn__)) usage(void); void conv_c(struct hexdump_pr *, u_char *); void conv_u(struct hexdump_pr *, u_char *); int next(char **, struct hexdump *); -- cgit v1.2.3-55-g7522