aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-02-01 01:14:54 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-02-01 01:14:54 +1300
commit64c823916d060647dc6b3e91d21f48063f15c16f (patch)
tree1a697c03b6d55709a6cbc5ae6b777d7af171a75c
parentCheck print success more comprehensively (diff)
downloadcrypt-64c823916d060647dc6b3e91d21f48063f15c16f.tar.gz
crypt-64c823916d060647dc6b3e91d21f48063f15c16f.zip
Correct an error message
-rw-r--r--crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt.c b/crypt.c
index 86e8fce..18b33e9 100644
--- a/crypt.c
+++ b/crypt.c
@@ -59,7 +59,7 @@ int main (int argc, char **argv)
}
/*
- * Exit with error error message
+ * Exit with error message and status
*/
void error(const char *message)
{