diff options
-rw-r--r-- | examples/blame.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blame.c b/examples/blame.c index 182b57765..95bce6b9c 100644 --- a/examples/blame.c +++ b/examples/blame.c @@ -128,6 +128,7 @@ int main(int argc, char *argv[]) return 0; } +/** Tell the user how to make this thing work. */ static void usage(const char *msg, const char *arg) { if (msg && arg) |