* makeinfo/makeinfo.c (CommandTable): Fix braces in initializer.

From-SVN: r18385
This commit is contained in:
Jeffrey A Law 1998-03-03 09:03:45 +00:00 committed by Jeff Law
parent 277294d73b
commit b99bb832d8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Mar 3 10:05:46 1998 Jeffrey A Law (law@cygnus.com)
* makeinfo/makeinfo.c (CommandTable): Fix braces in initializer.
Tue Jan 13 21:34:23 1998 H.J. Lu (hjl@gnu.org)
* libtxi/Makefile.in (AR_FLAGS): Defined as "rc".

View File

@ -782,7 +782,9 @@ static COMMAND CommandTable[] = {
{ "infoinclude", cm_obsolete, NO_BRACE_ARGS },
{ "titlespec", cm_obsolete, NO_BRACE_ARGS },
{(char *) NULL, (COMMAND_FUNCTION *) NULL}, NO_BRACE_ARGS};
{(char *) NULL, (COMMAND_FUNCTION *) NULL, NO_BRACE_ARGS}
};
struct option long_options[] =
{