| Index: source/libvpx/examples/simple_decoder.c
|
| diff --git a/source/libvpx/examples/simple_decoder.c b/source/libvpx/examples/simple_decoder.c
|
| index 08a21668542e98c1cc443e4d1f897b11ac4080bf..8ccc81035e3ba649ca0e6eb216ebbf0896c6a0bc 100644
|
| --- a/source/libvpx/examples/simple_decoder.c
|
| +++ b/source/libvpx/examples/simple_decoder.c
|
| @@ -88,7 +88,7 @@
|
|
|
| static const char *exec_name;
|
|
|
| -void usage_exit() {
|
| +void usage_exit(void) {
|
| fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
|
| exit(EXIT_FAILURE);
|
| }
|
|
|