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

This commit is contained in:
Gerald Pfeifer 2007-10-28 14:05:03 +01:00 committed by Alexandre Julliard
parent 59eba5cb41
commit e3b8e2f2dd

View File

@ -242,7 +242,7 @@ static const struct {
/* ################ */
static const struct {
static struct {
char url[30];
const char *expect;
} TEST_URL_UNESCAPE[] = {