summaryrefslogtreecommitdiff
path: root/examples/simple_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple_decoder.c')
-rw-r--r--examples/simple_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple_decoder.c b/examples/simple_decoder.c
index 08a216685..8ccc81035 100644
--- a/examples/simple_decoder.c
+++ b/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);
}