From 59e7a47c418c77089afb6dfc28b8a178d8b9f1e3 Mon Sep 17 00:00:00 2001 From: James Zern Date: Sat, 9 May 2015 10:33:26 -0700 Subject: tools_common.h: fix usage_exit() prototype + the definitions in the examples silences a missing-prototype warning Change-Id: I7c064cacd6d2073a6107de6c3e2cc46ef8a68411 --- vpxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpxdec.c') diff --git a/vpxdec.c b/vpxdec.c index 8c938df8d..c7736abdb 100644 --- a/vpxdec.c +++ b/vpxdec.c @@ -169,7 +169,7 @@ static INLINE int libyuv_scale(vpx_image_t *src, vpx_image_t *dst, } #endif -void usage_exit() { +void usage_exit(void) { int i; fprintf(stderr, "Usage: %s filename\n\n" -- cgit v1.2.3