X-Git-Url: https://git.distorted.org.uk/~mdw/checkpath/blobdiff_plain/ae79e83af3464a494fbb5488c2ccdb85308c8f4f..d8e113174e0b2ceff6426ba27104343c8f41d447:/chkpath.c diff --git a/chkpath.c b/chkpath.c index 5d7e01d..4230637 100644 --- a/chkpath.c +++ b/chkpath.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: chkpath.c,v 1.4 2004/04/08 01:36:22 mdw Exp $ - * * Check a user's file search path * * (c) 1999 Mark Wooding @@ -43,26 +41,22 @@ /*----- Main code ---------------------------------------------------------*/ +/* --- @report@ --- */ + static void report(unsigned what, int verbose, const char *p, const char *msg, void *arg) -{ - moan("%s", msg); -} + { moan("%s", msg); } /* --- @usage@ --- */ static void usage(FILE *fp) -{ - fprintf(fp, "Usage: %s [-vqstp] [PATH...]\n", QUIS); -} + { fprintf(fp, "Usage: %s [-vqstp] [PATH...]\n", QUIS); } /* --- @version@ --- */ static void version(FILE *fp) -{ - fprintf(fp, "%s version %s\n", QUIS, VERSION); -} + { fprintf(fp, "%s version %s\n", QUIS, VERSION); } /* --- @help@ --- */