mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Fixed a typo. Poited out by Bruce & Phillipe.
This commit is contained in:
parent
a7d72265c4
commit
1c3a258d79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4890
@ -6,7 +6,7 @@
|
||||
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
||||
* ----------------------------------------------------------------------------
|
||||
*
|
||||
* $Id: ctm.c,v 1.5 1994/10/24 20:09:20 phk Exp $
|
||||
* $Id: ctm.c,v 1.6 1994/11/26 08:57:40 phk Exp $
|
||||
*
|
||||
* This is the client program of 'CTM'. It will apply a CTM-patch to a
|
||||
* collection of files.
|
||||
@ -84,7 +84,7 @@ main(int argc, char **argv)
|
||||
if(!argc)
|
||||
stat |= Proc("-");
|
||||
|
||||
while(argc-- && stat != Exit_Done) {
|
||||
while(argc-- && stat == Exit_Done) {
|
||||
stat |= Proc(*argv++);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user