summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_main.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-10 19:56:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-10 19:56:07 +0000
commitbc4b6fcb861a7f143ddcc4aeef828cbab4006b51 (patch)
treec7331d2b5261e74a586d99c78ba5f64392a81d82 /apps/examples/nxtext/nxtext_main.c
parent33d6714215d70933d95c82a8396ceafde0c20ffe (diff)
downloadnuttx-bc4b6fcb861a7f143ddcc4aeef828cbab4006b51.tar.gz
nuttx-bc4b6fcb861a7f143ddcc4aeef828cbab4006b51.tar.bz2
nuttx-bc4b6fcb861a7f143ddcc4aeef828cbab4006b51.zip
Fix NXTEST strings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3767 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxtext/nxtext_main.c')
-rw-r--r--apps/examples/nxtext/nxtext_main.c28
1 files changed, 14 insertions, 14 deletions
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