summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2011-10-30 11:58:33 +0000
committerRobert Menes <rmenes@rockbox.org>2011-10-30 11:58:33 +0000
commitb67475197436cf683c30fc34a261070c8c554a7e (patch)
treeb8143616e56edc4440c4270ae62407617546169b
parent1e74ef639d9d6701d732ee61164f84cf2f660a09 (diff)
downloadrockbox-b67475197436cf683c30fc34a261070c8c554a7e.tar.gz
rockbox-b67475197436cf683c30fc34a261070c8c554a7e.zip
Fix a typo spotted from r30864.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30865 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--utils/MTP/beastpatcher/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/MTP/beastpatcher/main.c b/utils/MTP/beastpatcher/main.c
index 219433456b..3f7957a8c2 100644
--- a/utils/MTP/beastpatcher/main.c
+++ b/utils/MTP/beastpatcher/main.c
@@ -107,7 +107,7 @@ int main(int argc, char* argv[])
107#if defined(__WIN32__) || defined(_WIN32) 107#if defined(__WIN32__) || defined(_WIN32)
108 if(mtp_wmp_version() < 11) { 108 if(mtp_wmp_version() < 11) {
109 fprintf(stderr, "beastpacher requires at least Windows Media Player 11 to run!\n"); 109 fprintf(stderr, "beastpacher requires at least Windows Media Player 11 to run!\n");
110 fprintf(stderr, "Please update you installation of Windows Media Player.\n"); 110 fprintf(stderr, "Please update your installation of Windows Media Player.\n");
111 return -1; 111 return -1;
112 } 112 }
113#endif 113#endif