summaryrefslogtreecommitdiff
path: root/examples/decode_to_md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/decode_to_md5.c')
-rw-r--r--examples/decode_to_md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/decode_to_md5.c b/examples/decode_to_md5.c
index a3843bed3..1ae7a4b57 100644
--- a/examples/decode_to_md5.c
+++ b/examples/decode_to_md5.c
@@ -71,7 +71,7 @@ static void print_md5(FILE *stream, unsigned char digest[16]) {
static const char *exec_name;
-void usage_exit() {
+void usage_exit(void) {
fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
exit(EXIT_FAILURE);
}