Index: source/libvpx/examples/vp8cx_set_ref.c |
diff --git a/source/libvpx/examples/vp8cx_set_ref.c b/source/libvpx/examples/vp8cx_set_ref.c |
index a2982821a42673df69c7f1144812ca61a5983b91..8b4cc303d3c6bf8aebae97ee781622ceb73187bd 100644 |
--- a/source/libvpx/examples/vp8cx_set_ref.c |
+++ b/source/libvpx/examples/vp8cx_set_ref.c |
@@ -58,7 +58,7 @@ |
static const char *exec_name; |
-void usage_exit() { |
+void usage_exit(void) { |
fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile> <frame>\n", |
exec_name); |
exit(EXIT_FAILURE); |