Commit e3b8e2f2 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

shlwapi/tests: Remove overly aggressive const declaration for TEST_URL_UNESCAPE.

parent 59eba5cb
......@@ -242,7 +242,7 @@ static const struct {
/* ################ */
static const struct {
static struct {
char url[30];
const char *expect;
} TEST_URL_UNESCAPE[] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment