8224056: Fix some assignments of string literals to LPSTR (instead of LPCSTR)

Reviewed-by: prr
This commit is contained in:
Andrew Luo 2019-06-02 12:38:45 -07:00 committed by Phil Race
parent 7202c3b943
commit 86c9e2e1ce

View File

@ -357,7 +357,7 @@ typedef struct {
} DS_Info;
LPSTR TranslateDSError(HRESULT hr) {
LPCSTR TranslateDSError(HRESULT hr) {
switch(hr) {
case DSERR_ALLOCATED:
return "DSERR_ALLOCATED";