From 4b40e8314b015f07618e88b7c5e7c00b55679a82 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Jul 2011 17:18:26 +0000 Subject: Fix a few NXTEXT bugs git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3765 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxtext/nxtext_main.c | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 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 e6d0eca39..ba898faf8 100644 --- a/apps/examples/nxtext/nxtext_main.c +++ b/apps/examples/nxtext/nxtext_main.c @@ -100,29 +100,29 @@ static const uint8_t g_pumsg[] = "Pop-Up!"; static const char *g_bgmsg[BGMSG_LINES] = { "\nJULIET\n", - "Wilt thou be gone? ", - "It is not yet near day:\n", - "It was the nightingale, ", - "and not the lark,\n", - "That pierced the fearful hollow ", - "of thine ear;\n", - "Nightly she sings ", - "on yon pomegranate-tree:\n", - "Believe me, love, " - "it was the nightingale.\n" + "Wilt thou be gone?\n", + " It is not yet near day:\n", + "It was the nightingale,\n", + " and not the lark,\n", + "That pierced the fearful hollow\n", + " 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, " - "the herald of the morn,\n" - "No nightingale: " - "look, love, what envious streaks\n" - "Do lace the severing clouds " - "in yonder east:\n" - "Night's candles are burnt out, " - "and jocund day\n" - "Stands tiptoe " - "on the misty mountain tops.\n" - "I must be gone and live, " - "or stay and die. \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