Chromium Code Reviews| Index: source/libvpx/examples/set_maps.c |
| diff --git a/source/libvpx/examples/set_maps.c b/source/libvpx/examples/set_maps.c |
| index 5555baac22e3f13eebd12e1b1c1727dd746a7ace..1dc3ac0c98f8e1b75e6eff2372b64cd1c399f9af 100644 |
| --- a/source/libvpx/examples/set_maps.c |
| +++ b/source/libvpx/examples/set_maps.c |
| @@ -55,7 +55,7 @@ |
| static const char *exec_name; |
| -void usage_exit() { |
| +void usage_exit(void) { |
| fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n", |
| exec_name); |
| exit(EXIT_FAILURE); |