From bc4b6fcb861a7f143ddcc4aeef828cbab4006b51 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Jul 2011 19:56:07 +0000 Subject: Fix NXTEST strings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3767 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxtext/nxtext_main.c | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'apps/examples/nxtext/nxtext_main.c') diff --git a/apps/examples/nxtext/nxtext_main.c b/apps/examples/nxtext/nxtext_main.c index ba898faf8..9f8f674a5 100644 --- a/apps/examples/nxtext/nxtext_main.c +++ b/apps/examples/nxtext/nxtext_main.c @@ -108,20 +108,20 @@ static const char *g_bgmsg[BGMSG_LINES] = " of thine ear;\n", "Nightly she sings\n", " on yon pomegranate-tree:\n", - "Believe me, love,\n" - " it was the nightingale.\n" - "\nROMEO\n" - "It was the lark,\n" - " the herald of the morn,\n" - "No nightingale:\n" - " look, love, what envious streaks\n" - "Do lace the severing clouds\n" - " in yonder east:\n" - "Night's candles are burnt out,\n" - " and jocund day\n" - "Stands tiptoe\n" - " on the misty mountain tops.\n" - "I must be gone and live,\n" + "Believe me, love,\n", + " it was the nightingale.\n", + "\nROMEO\n", + "It was the lark,\n", + " the herald of the morn,\n", + "No nightingale:\n", + " look, love, what envious streaks\n", + "Do lace the severing clouds\n", + " in yonder east:\n", + "Night's candles are burnt out,\n", + " and jocund day\n", + "Stands tiptoe\n", + " on the misty mountain tops.\n", + "I must be gone and live,\n", " or stay and die.\n" }; #endif -- cgit v1.2.3