diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-28 22:03:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-28 22:03:37 +0000 |
commit | d9bcb8029e8ac6b1ddee53908419d47d08a0d6a7 (patch) | |
tree | f15bb5782c6861a8a6a96644b6ab1d51a6aa1628 /plugins/Watrack_MPD/src | |
parent | 0392fb947b5b95e4595ab9508d01a795a2b0e057 (diff) |
- compilation fix;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@11140 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack_MPD/src')
-rwxr-xr-x | plugins/Watrack_MPD/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack_MPD/src/main.cpp b/plugins/Watrack_MPD/src/main.cpp index 171bcc853c..85c595be9b 100755 --- a/plugins/Watrack_MPD/src/main.cpp +++ b/plugins/Watrack_MPD/src/main.cpp @@ -313,7 +313,7 @@ int GetStatus(HWND) return Parser() ? -1 : gbState; } -WCHAR *GetFileName(HWND, int) +WCHAR* GetFileName(HWND, int) { if(!ghConnection) { |