summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Services.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-02-15 18:03:32 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-02-15 18:03:32 +0000
commit9c0d55bd428ac4b2b410fcc1c3e9dbc9a7ff5464 (patch)
tree53ab6030c00b17f52b0b7efc8027664347fd11e7 /plugins/NewsAggregator/Src/Services.cpp
parent0f2e65a495f39f50e0d3fe1ee030a0e0df1cc7bc (diff)
minor fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Services.cpp')
-rw-r--r--plugins/NewsAggregator/Src/Services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp
index 782c2ea88f..c41971d662 100644
--- a/plugins/NewsAggregator/Src/Services.cpp
+++ b/plugins/NewsAggregator/Src/Services.cpp
@@ -126,7 +126,7 @@ INT_PTR NewsAggrGetStatus(WPARAM, LPARAM)
return g_nStatus;
}
-INT_PTR NewsAggrLoadIcon(WPARAM wParam, LPARAM )
+INT_PTR NewsAggrLoadIcon(WPARAM wParam, LPARAM)
{
return (LOWORD(wParam) == PLI_PROTOCOL) ? (INT_PTR)CopyIcon(LoadIconEx("main", FALSE)) : 0;
}