Index: source/libvpx/examples/decode_to_md5.c |
diff --git a/source/libvpx/examples/decode_to_md5.c b/source/libvpx/examples/decode_to_md5.c |
index a3843bed336a6354e495b2ffe376addc8ef4efa8..1ae7a4b57f50292a9d369f60892a14d05ae0f7f2 100644 |
--- a/source/libvpx/examples/decode_to_md5.c |
+++ b/source/libvpx/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); |
} |