Terminate optionsTable
authormarc <devnull@localhost>
Wed, 8 Oct 1997 15:13:35 +0000 (15:13 +0000)
committermarc <devnull@localhost>
Wed, 8 Oct 1997 15:13:35 +0000 (15:13 +0000)
CVS patchset: 1845
CVS date: 1997/10/08 15:13:35

build/build.c

index 64cab30..5b900ce 100644 (file)
@@ -244,6 +244,7 @@ static int doSetupMacro(Spec spec, StringBuf sb, char *line)
            { NULL, 'n', POPT_ARG_STRING, &dirName, 0 },
            { NULL, 'T', 0, &skipDefaultAction, 0 },
            { NULL, 'q', 0, &quietly, 0 },
+           { 0, 0, 0, 0, 0 }
     };
 
     if ((rc = poptParseArgvString(line, &argc, &argv))) {