diff options
| author | Adam Gashlin <agashlin@gmail.com> | 2009-01-09 01:16:19 +0000 |
|---|---|---|
| committer | Adam Gashlin <agashlin@gmail.com> | 2009-01-09 01:16:19 +0000 |
| commit | 222080e0ee62638c044d16d64e03e62ee3418949 (patch) | |
| tree | 9d3d323af4309671da6297999d072e9a77aba2dc /apps/plugins | |
| parent | e04e16395f32d339d97a682ceca5d8cf4cfa1903 (diff) | |
| download | rockbox-222080e0ee62638c044d16d64e03e62ee3418949.zip rockbox-222080e0ee62638c044d16d64e03e62ee3418949.tar.gz rockbox-222080e0ee62638c044d16d64e03e62ee3418949.tar.bz2 rockbox-222080e0ee62638c044d16d64e03e62ee3418949.tar.xz | |
19421 missed a few commas in robotfindskitten
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19731 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/robotfindskitten.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/robotfindskitten.c b/apps/plugins/robotfindskitten.c index b4021fe..58d9d12 100644 --- a/apps/plugins/robotfindskitten.c +++ b/apps/plugins/robotfindskitten.c @@ -125,7 +125,7 @@ static char* messages[] = "A helicopter has crashed here.", "Carlos Tarango stands here, doing his best impression of Pat Smear.", "A patch of mushrooms grows here.", - "It's a song by Kraftwerk, all about robots." + "It's a song by Kraftwerk, all about robots.", "A patch of grape jelly grows here.", "A spindle, and a grindle, and a bucka-wacka-woom!", "A geyser sprays water high into the air.", @@ -239,7 +239,7 @@ static char* messages[] = "Here's Pete Peterson. His batteries seem to have long gone dead.", "\"Blup, blup, blup\", says the mud pot.", "More grist for the mill.", - "Cory Doctorow's hot air balloon is tethered here." + "Cory Doctorow's hot air balloon is tethered here.", "Grind 'em up, spit 'em out, they're twigs.", "The boom box cranks out an old Ethel Merman tune.", "It's \"Finding kitten\", published by O'Reilly and Associates.", |