X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fngircd%2Fmatch.c;h=940a5d9e9fef4137906dca7d8857ddf352163452;hb=e8e04b4c8fd63d075ffa6b85327c4b90d7005051;hp=c1119a50d9edd917840a85b94a29e95ed0f98ce7;hpb=a38eea8987b32f3d17ae04eabdd9d114af57bd25;p=ngircd.git diff --git a/src/ngircd/match.c b/src/ngircd/match.c index c1119a50..940a5d9e 100644 --- a/src/ngircd/match.c +++ b/src/ngircd/match.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2018 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -77,7 +77,7 @@ MatchCaseInsensitive(const char *Pattern, const char *String) /** * Match string with pattern case-insensitive. * - * @param pattern Pattern to match with + * @param Pattern Pattern to match with * @param String Input string, at most COMMAND_LEN-1 characters long * @param Separator Character separating the individual patterns in the list * @return true if pattern matches