]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/match.c
More spelling fixes
[ngircd-alex.git] / src / ngircd / match.c
index 75bf4358395d27fa21b8a9c213c307a82a2196d6..dad3e7bc455ac901c6879e3811a361c97cbeed85 100644 (file)
@@ -55,7 +55,6 @@ static int Matche_After_Star PARAMS(( const char *p, const char *t ));
 GLOBAL bool
 Match( const char *Pattern, const char *String )
 {
-       /* Pattern mit String vergleichen */
        if( Matche( Pattern, String ) == MATCH_VALID ) return true;
        else return false;
 } /* Match */