]> jfr.im git - solanum.git/blobdiff - src/match.c
Merge pull request #53 from ShadowNinja/clarify_U+R
[solanum.git] / src / match.c
index e58b19c16c36158a98608f6ac971bde99ad5b525..7f69e2f8b886a23523f683ad21c37d0bebad9b00 100644 (file)
@@ -188,7 +188,7 @@ int mask_match(const char *mask, const char *name)
  * is a number; '@' means match exactly one character that is a
  * letter; '\s' means match a space.
  *
- * This function supports escaping, so that a wildcard may be matched 
+ * This function supports escaping, so that a wildcard may be matched
  * exactly.
  *
  * @param[in] mask Wildcard-containing mask.