mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
core: fix style
This commit is contained in:
@@ -80,7 +80,7 @@ irc_batch_generate_random_ref (char *string, int size)
|
||||
length_chars = strlen (chars);
|
||||
for (i = 0; i < size; i++)
|
||||
{
|
||||
string[i] = chars[rand() % length_chars];
|
||||
string[i] = chars[rand () % length_chars];
|
||||
}
|
||||
string[size] = '\0';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user