diff options
Diffstat (limited to 'chrome/browser/sync/notifier/gaia_auth/inet_aton.h')
-rw-r--r-- | chrome/browser/sync/notifier/gaia_auth/inet_aton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/notifier/gaia_auth/inet_aton.h b/chrome/browser/sync/notifier/gaia_auth/inet_aton.h index a10d6cf..6a5aee5 100644 --- a/chrome/browser/sync/notifier/gaia_auth/inet_aton.h +++ b/chrome/browser/sync/notifier/gaia_auth/inet_aton.h @@ -8,7 +8,7 @@ #define CHROME_BROWSER_SYNC_NOTIFIER_GAIA_AUTH_INET_ATON_H_ #ifdef WIN32 -int inet_aton(const char * cp, struct in_addr* inp); +int inet_aton(const char* cp, struct in_addr* inp); #endif #endif // CHROME_BROWSER_SYNC_NOTIFIER_GAIA_AUTH_INET_ATON_H_ |