Changeset 6141 for trunk/CONVERTALN/macke.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/CONVERTALN/macke.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CONVERTALN/macke.c
r5390 r6141 407 407 } 408 408 /* ------------------------------------------------------------ 409 * Fu cntion macke_out_header().409 * Function macke_out_header(). 410 410 * Output the Macke format header. 411 411 */ … … 423 423 } 424 424 /* ------------------------------------------------------------ 425 * Fu cntion macke_out0().425 * Function macke_out0(). 426 426 * Output the Macke format each sequence format. 427 427 */ … … 468 468 } 469 469 /* --------------------------------------------------------------- 470 * Fu cntion macke_out1().470 * Function macke_out1(). 471 471 * Output sequences information. 472 472 */ … … 730 730 731 731 if (data.seq_length > MACKELIMIT) { 732 sprintf(temp, "Leng htof sequence data is %d over AE2's limit %d.\n",732 sprintf(temp, "Length of sequence data is %d over AE2's limit %d.\n", 733 733 data.seq_length, MACKELIMIT); 734 734 warning(145, temp);
