summaryrefslogtreecommitdiff
path: root/examples/decode_with_drops.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/decode_with_drops.c')
-rw-r--r--examples/decode_with_drops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/decode_with_drops.c b/examples/decode_with_drops.c
index 36f7d80e1..2233e473d 100644
--- a/examples/decode_with_drops.c
+++ b/examples/decode_with_drops.c
@@ -65,7 +65,7 @@
static const char *exec_name;
-void usage_exit() {
+void usage_exit(void) {
fprintf(stderr, "Usage: %s <infile> <outfile> <N-M|N/M>\n", exec_name);
exit(EXIT_FAILURE);
}