X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fparse.c;h=d9b43cf092bea1dff69ece518a57137b31dfd6cc;hp=58205256fe590c6362cc0db5c2e175a58675780a;hb=9811223fb882413645db38948ac05fa21ddd3514;hpb=0083fe177f727af6ab43e190e3bea8a94555348e diff --git a/src/ngircd/parse.c b/src/ngircd/parse.c index 58205256..d9b43cf0 100644 --- a/src/ngircd/parse.c +++ b/src/ngircd/parse.c @@ -156,7 +156,7 @@ Parse_GetCommandStruct( void ) /** * Parse a command ("request") received from a client. - * + * * This function is called after the connection layer received a valid CR+LF * terminated line of text: we assume that this is a valid IRC command and * try to do something useful with it :-)