mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
source cleanup: remove trailing whitespaces
This commit is contained in:
parent
503cbeb330
commit
51239925ec
44 changed files with 92 additions and 92 deletions
|
|
@ -94,7 +94,7 @@ static int dcc_ctcp_resume_parse(int type, const char *data, const char *nick,
|
|||
return 0;
|
||||
|
||||
fileparams = get_file_params_count_resume(params, paramcount);
|
||||
|
||||
|
||||
if (paramcount >= fileparams + 2) {
|
||||
port = atoi(params[fileparams]);
|
||||
*size = str_to_uofft(params[fileparams+1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue