Skip to content

Commit

Permalink
[fix] - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed Dec 19, 2011
1 parent bff23b4 commit b9a4cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/osx/DarwinUtils.mm
Expand Up @@ -67,7 +67,7 @@ bool DarwinIsAppleTV2(void)

const char *GetDarwinVersionString(void)
{
result = [[[NSProcessInfo processInfo] operatingSystemVersionString] UTF8String];
return [[[NSProcessInfo processInfo] operatingSystemVersionString] UTF8String];
}

float GetIOSVersion(void)
Expand Down

0 comments on commit b9a4cda

Please sign in to comment.