Index: source/libvpx/examples/decode_with_drops.c |
diff --git a/source/libvpx/examples/decode_with_drops.c b/source/libvpx/examples/decode_with_drops.c |
index 36f7d80e127b7366824b4a9073603cf44239f72e..2233e473d364c39cf5c104d828b5ae53787f027e 100644 |
--- a/source/libvpx/examples/decode_with_drops.c |
+++ b/source/libvpx/examples/decode_with_drops.c |
@@ -65,7 +65,7 @@ |
static const char *exec_name; |
-void usage_exit() { |
+void usage_exit(void) { |
fprintf(stderr, "Usage: %s <infile> <outfile> <N-M|N/M>\n", exec_name); |
exit(EXIT_FAILURE); |
} |