Fix typo and remove extraneous blank lines.

This commit is contained in:
ph10 2017-04-05 15:40:06 +00:00
parent ec16f83e0a
commit 2358302feb

View File

@ -1537,7 +1537,7 @@ switch(endlinetype)
case '\v': /* VT */
case '\f': /* FF */
case '\r': /* CR */
#ifndef EBCDIE
#ifndef EBCDIC
case 0x85: /* Unicode NEL */
case 0x2028: /* Unicode LS */
case 0x2029: /* Unicode PS */
@ -1557,8 +1557,6 @@ switch(endlinetype)
/*************************************************
* Print the previous "after" lines *
*************************************************/
@ -1673,7 +1671,7 @@ executable name, and the following substrings specify the arguments:
program_name|param1|param2|...
Any substirng (including the program name) can contain escape sequences
Any substring (including the program name) can contain escape sequences
started by the dollar character. The escape sequences are substituted as
follows:
@ -2951,7 +2949,6 @@ return options;
/*************************************************
* Construct printed ordinal *
*************************************************/