mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
fix comments
This commit is contained in:
parent
b2ca8c0477
commit
b332d448f7
5 changed files with 19 additions and 19 deletions
|
|
@ -369,8 +369,8 @@ static void item_lag(SBAR_ITEM_REC *item, int get_size_only)
|
|||
last_lag_unknown = lag_unknown;
|
||||
|
||||
if (lag_unknown) {
|
||||
// "??)" in C becomes ']'
|
||||
// See: https://en.wikipedia.org/wiki/Digraphs_and_trigraphs#C
|
||||
/* "??)" in C becomes ']'
|
||||
See: https://en.wikipedia.org/wiki/Digraphs_and_trigraphs#C */
|
||||
g_snprintf(str, sizeof(str), "%d (?""?)", lag / 100);
|
||||
} else {
|
||||
if (lag % 100 == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue