summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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