ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uucheck.c
(Generate patch)

Comparing Convert-UUlib/uulib/uucheck.c (file contents):
Revision 1.34 by root, Sat Sep 24 06:22:47 2022 UTC vs.
Revision 1.35 by root, Sat Sep 24 07:01:44 2022 UTC

1164 1164
1165 last = fiter; 1165 last = fiter;
1166 fiter = fiter->NEXT; 1166 fiter = fiter->NEXT;
1167 } 1167 }
1168 1168
1169 return UURET_OK; /* Shouldn't get here */ 1169 /* Shouldn't get here */
1170 abort ();
1170 } 1171 }
1171 1172
1172 goahead: 1173 goahead:
1173 iter = iter->NEXT; 1174 iter = iter->NEXT;
1174 1175

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines