summaryrefslogtreecommitdiff
path: root/commands.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-03 01:45:11 +0000
committerRoland McGrath <roland@redhat.com>1992-06-03 01:45:11 +0000
commit374e8d510a07779bfcbd765528fa6f87f114e43a (patch)
tree1d7593dfa55616587a328f432c29be1d5717c87d /commands.c
parent343ac48a2d822aed13392edecb679cbd70f88374 (diff)
downloadgunmake-374e8d510a07779bfcbd765528fa6f87f114e43a.tar.gz
Formerly commands.c.~5~
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index f6f292f..7805491 100644
--- a/commands.c
+++ b/commands.c
@@ -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);
}
}