* loop.c (force_movables): Fix typo.
From-SVN: r18102
This commit is contained in:
parent
8edcf09f30
commit
3875b31da7
@ -1,3 +1,7 @@
|
||||
Thu Feb 19 00:46:59 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* loop.c (force_movables): Fix typo.
|
||||
|
||||
Thu Feb 19 08:26:30 1998 Manfred Hollstein <manfred@s-direktnet.de>
|
||||
|
||||
* m88k.h: Change file pattern to match reality.
|
||||
|
@ -1305,7 +1305,7 @@ force_movables (movables)
|
||||
{
|
||||
m->forces = m1;
|
||||
m1->lifetime += m->lifetime;
|
||||
m1->savings += m1->savings;
|
||||
m1->savings += m->savings;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user