From: TwoTailedFox
Added a rogue comma. Thanks to dnordenburg for spotting this one.
On 11/14/05, TwoTailedFox <twotailedfox(a)gmail.com> wrote:
> Hi, all
>
> Just went through this file, and fixed parts of the
> Shutdown messages, so they actually look right. (Like replacing
> "i'm" with "I'm", and "signal" to
"signals", for example). No
> changes to the important code.
Committed r19228, thanks.
> I do have one question, though. How does it tell
the difference
> between whether or not to include one line, or two, in the quote at
> shutdown? A few extend to two (One even, to four)
Quotes which continue on the next line do not end with a comma, so the
compiler sees it as e.g. "Line 1\n" "Line 2\n" which is the same as
"Line
1\nLine 2\n".
GvG