diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-05 18:55:38 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-05 18:55:38 +0000 |
commit | ab2852015641c9aa9aa2588fb21617e31b7da546 (patch) | |
tree | d364084fadc2ef4b3787b61695c8323ecf0a0214 /plugins/Weather/src/weather_info.cpp | |
parent | ce08c537a294e306a01981f3f02c4757cd130c92 (diff) |
Weather: - cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@16589 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/weather_info.cpp')
-rw-r--r-- | plugins/Weather/src/weather_info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Weather/src/weather_info.cpp b/plugins/Weather/src/weather_info.cpp index b1eba54fea..1e5e982c9d 100644 --- a/plugins/Weather/src/weather_info.cpp +++ b/plugins/Weather/src/weather_info.cpp @@ -30,7 +30,7 @@ regrading the loading of ini contents //============ INI INFORMATION ============
// List INI Information for all loaded INI files
-void INIInfo(HWND hwndDlg)
+static void INIInfo(HWND hwndDlg)
{
TCHAR str[16];
size_t memused = 0;
@@ -202,7 +202,7 @@ void GetINIInfo(TCHAR *pszSvc) }
//============ DISPLAY A LIST FOR CUSTOM VARIABLES ============
-
+//
// a message box for displaying the list of custom variables
// can be found when click on "More" in text option dialog
void MoreVarList(void)
|