1.1 --- a/include/SDL_hints.h Wed Jul 27 20:47:31 2016 +0200
1.2 +++ b/include/SDL_hints.h Wed Aug 03 22:30:31 2016 +0200
1.3 @@ -431,7 +431,7 @@
1.4 * privacy policy.
1.5 *
1.6 * To setup a URL to an app's privacy policy, set SDL_HINT_WINRT_PRIVACY_POLICY_URL
1.7 - * before calling any SDL_Init functions. The contents of the hint should
1.8 + * before calling any SDL_Init() functions. The contents of the hint should
1.9 * be a valid URL. For example, "http://www.example.com".
1.10 *
1.11 * The default value is "", which will prevent SDL from adding a privacy policy
1.12 @@ -461,7 +461,7 @@
1.13 * The contents of this hint should be encoded as a UTF8 string.
1.14 *
1.15 * The default value is "Privacy Policy". This hint should only be set during app
1.16 - * initialization, preferably before any calls to SDL_Init.
1.17 + * initialization, preferably before any calls to SDL_Init().
1.18 *
1.19 * For additional information on linking to a privacy policy, see the documentation for
1.20 * SDL_HINT_WINRT_PRIVACY_POLICY_URL.