Fix a typo spotted from r30864.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30865 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1e74ef639d
commit
b674751974
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ int main(int argc, char* argv[])
|
|||
#if defined(__WIN32__) || defined(_WIN32)
|
||||
if(mtp_wmp_version() < 11) {
|
||||
fprintf(stderr, "beastpacher requires at least Windows Media Player 11 to run!\n");
|
||||
fprintf(stderr, "Please update you installation of Windows Media Player.\n");
|
||||
fprintf(stderr, "Please update your installation of Windows Media Player.\n");
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue