mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
Formerly commands.c.~5~
This commit is contained in:
parent
343ac48a2d
commit
374e8d510a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ set_file_variables (file)
|
|||
caretD_len += (i <= 2 ? 3 : i);
|
||||
if (d->changed)
|
||||
{
|
||||
qmark_len += i;
|
||||
qmark_len += i;
|
||||
qmarkD_len += (i <= 2 ? 3 : i);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue