From 582bae5d1056532f2df15b4b720a3a3f4d57cb91 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 7 Dec 2007 09:37:46 +0000 Subject: * regtool.cc (opts): Add missing 'W'. --- winsup/utils/regtool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/utils/regtool.cc') diff --git a/winsup/utils/regtool.cc b/winsup/utils/regtool.cc index 588c0ae23..6da9845f9 100644 --- a/winsup/utils/regtool.cc +++ b/winsup/utils/regtool.cc @@ -57,7 +57,7 @@ static struct option longopts[] = {NULL, 0, NULL, 0} }; -static char opts[] = "bdDehiklmnpqQsvVwxK:"; +static char opts[] = "bdDehiklmnpqQsvVwWxK:"; const char *types[] = { -- cgit v1.2.3