mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-11 16:20:20 +00:00
Fixed coding style and clearified some comments, following arnavion suggestions
This commit is contained in:
@@ -228,7 +228,7 @@ is_dcc (struct DCC *dcc)
|
||||
}
|
||||
|
||||
gboolean
|
||||
is_dcc_fcompleted (struct DCC *dcc)
|
||||
is_dcc_completed (struct DCC *dcc)
|
||||
{
|
||||
if (dcc != NULL)
|
||||
return (dcc->dccstat == STAT_FAILED || dcc->dccstat == STAT_DONE || dcc->dccstat == STAT_ABORTED);
|
||||
|
||||
Reference in New Issue
Block a user