summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_main.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-10 17:18:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-10 17:18:26 +0000
commit4b40e8314b015f07618e88b7c5e7c00b55679a82 (patch)
tree035b97b9b14d01d63e08c6d11d454c27f93c7616 /apps/examples/nxtext/nxtext_main.c
parenta359bbe91a6fd0ec5e31b4808735f34310edb67e (diff)
downloadpx4-nuttx-4b40e8314b015f07618e88b7c5e7c00b55679a82.tar.gz
px4-nuttx-4b40e8314b015f07618e88b7c5e7c00b55679a82.tar.bz2
px4-nuttx-4b40e8314b015f07618e88b7c5e7c00b55679a82.zip
Fix a few NXTEXT bugs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3765 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxtext/nxtext_main.c')
-rw-r--r--apps/examples/nxtext/nxtext_main.c44
1 files changed, 22 insertions, 22 deletions
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