(svn r21571) -Codechange: Having a break after a return is no good.

This commit is contained in:
alberth
2010-12-21 15:23:54 +00:00
parent 884b44990a
commit b633ffaa1d
6 changed files with 3 additions and 6 deletions

View File

@@ -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... */
}
}