mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
typo fixed
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@201 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
93d6032151
commit
549d504b92
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ static void flood_notice(const char *data, IRC_SERVER_REC *server, const char *n
|
|||
{
|
||||
char *params, *target, *text;
|
||||
|
||||
g_return_if_fail(text != NULL);
|
||||
g_return_if_fail(data != NULL);
|
||||
g_return_if_fail(server != NULL);
|
||||
|
||||
if (nick == NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue