Merge pull request #4 from hholzgra/master

FreeBSD crashes on getopt_long
This commit is contained in:
Jochen Topf 2011-06-12 03:41:15 -07:00
commit 4000ba19bc
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ int main(int argc, char *argv[]) {
static struct option long_options[] = {
{"color", no_argument, 0, 'c'},
{0,0,0,0}
};
while (1) {