* regtool.cc (opts): Add missing 'W'.
This commit is contained in:
parent
041337fd90
commit
582bae5d10
@ -1,3 +1,7 @@
|
||||
2007-12-07 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* regtool.cc (opts): Add missing 'W'.
|
||||
|
||||
2007-12-06 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* ps.cc: Include limits.h.
|
||||
|
@ -57,7 +57,7 @@ static struct option longopts[] =
|
||||
{NULL, 0, NULL, 0}
|
||||
};
|
||||
|
||||
static char opts[] = "bdDehiklmnpqQsvVwxK:";
|
||||
static char opts[] = "bdDehiklmnpqQsvVwWxK:";
|
||||
|
||||
const char *types[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user