From 85a3ed3aff7430b4231797466a7d4589426e732a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Feb 2020 01:15:25 +1300 Subject: Remove stray space after function name --- crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt.c b/crypt.c index 18b33e9..8572199 100644 --- a/crypt.c +++ b/crypt.c @@ -9,7 +9,7 @@ void error(const char *); void usage(FILE *, int); -int main (int argc, char **argv) +int main(int argc, char **argv) { const char *hash, *key, *salt; int opt, printed; -- cgit v1.2.3