mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
shlwapi/tests: Remove overly aggressive const declaration for TEST_URL_UNESCAPE.
This commit is contained in:
parent
59eba5cb41
commit
e3b8e2f2dd
@ -242,7 +242,7 @@ static const struct {
|
||||
|
||||
/* ################ */
|
||||
|
||||
static const struct {
|
||||
static struct {
|
||||
char url[30];
|
||||
const char *expect;
|
||||
} TEST_URL_UNESCAPE[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user