diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-03 01:45:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-03 01:45:11 +0000 |
commit | 374e8d510a07779bfcbd765528fa6f87f114e43a (patch) | |
tree | 1d7593dfa55616587a328f432c29be1d5717c87d | |
parent | 343ac48a2d822aed13392edecb679cbd70f88374 (diff) | |
download | gunmake-374e8d510a07779bfcbd765528fa6f87f114e43a.tar.gz |
Formerly commands.c.~5~
-rw-r--r-- | commands.c | 2 |
1 files changed, 1 insertions, 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); } } |