Trivial documentation cleanups.
[paraslash.git] / sha1.c
diff --git a/sha1.c b/sha1.c
index 4cbbee3ece029e2ae217c63e9b6f1f5fa1c02242..449400c1beceffc39ab875d888c1fa6e711503c2 100644 (file)
--- a/sha1.c
+++ b/sha1.c
@@ -8,7 +8,7 @@
  *
  * \param data Pointer to the data to compute the hash value from.
  * \param len The length of \a data in bytes.
- * \param sha1 Result pointer
+ * \param sha1 Result pointer.
  *
  * \a sha1 must point to an area at least 20 bytes large.
  *