diff options
Diffstat (limited to 'protocols/Weather/src/weather_svcs.cpp')
-rw-r--r-- | protocols/Weather/src/weather_svcs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_svcs.cpp b/protocols/Weather/src/weather_svcs.cpp index 3b53b7ee74..e71a5fa0e0 100644 --- a/protocols/Weather/src/weather_svcs.cpp +++ b/protocols/Weather/src/weather_svcs.cpp @@ -156,7 +156,7 @@ INT_PTR WeatherGetAvatarInfo(WPARAM, LPARAM lParam) void AvatarDownloaded(MCONTACT hContact) { - PROTO_AVATAR_INFORMATION ai = { 0 }; + PROTO_AVATAR_INFORMATION ai = {}; ai.hContact = hContact; if (WeatherGetAvatarInfo(GAIF_FORCE, (LPARAM)&ai) == GAIR_SUCCESS) |