aboutsummaryrefslogtreecommitdiff
path: root/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypt.c')
-rw-r--r--crypt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypt.c b/crypt.c
index b7d876a..8b810c2 100644
--- a/crypt.c
+++ b/crypt.c
@@ -6,7 +6,7 @@
/**
* crypt(1) - Simple shell script frontend to crypt(3), because I'm tired of
* fighting with mkpasswd(1).
- *
+ *
* Author: Tom Ryder <tom\@sanctum.geek.nz>
* Copyright: 2015
* License: MIT
@@ -51,4 +51,3 @@ int main (int argc, char **argv)
fprintf(stdout, "%s\n", hash);
exit(EXIT_SUCCESS);
}
-