From b633ffaa1d58a8ad0f0e9aa34982877c8cf552a2 Mon Sep 17 00:00:00 2001 From: alberth Date: Tue, 21 Dec 2010 15:23:54 +0000 Subject: (svn r21571) -Codechange: Having a break after a return is no good. --- src/os/windows/win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os') diff --git a/src/os/windows/win32.cpp b/src/os/windows/win32.cpp index 021ce60a1..f3ea1b0c1 100644 --- a/src/os/windows/win32.cpp +++ b/src/os/windows/win32.cpp @@ -718,7 +718,7 @@ HRESULT OTTDSHGetFolderPath(HWND hwnd, int csidl, HANDLE hToken, DWORD dwFlags, _tcsncat(pszPath, _T("\\Fonts"), MAX_PATH); return (HRESULT)0; - break; + /* XXX - other types to go here when needed... */ } } -- cgit v1.2.3-54-g00ecf