Fix getopt segfaulting

This commit is contained in:
David Schleef 2001-07-10 22:21:12 +00:00
parent 50cd1f83e8
commit 1f1293e649

View file

@ -56,6 +56,7 @@ struct option options[] = {
{ "remove", 0, 0, 'r' },
{ "read-buffer", 1, NULL, 0x1000},
{ "write-buffer", 1, NULL, 0x1001},
{ 0 },
};
void do_help(int i)