diff options
Diffstat (limited to 'contrib/texinfo/info/key.c')
-rw-r--r-- | contrib/texinfo/info/key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/texinfo/info/key.c b/contrib/texinfo/info/key.c index 06be6fa30f6c..8fa2717c0b2d 100644 --- a/contrib/texinfo/info/key.c +++ b/contrib/texinfo/info/key.c @@ -1,7 +1,7 @@ /* key.c -- Generated array containing function names. This file was automatically made from various source files with the - command "./makedoc". DO NOT EDIT THIS FILE, only "./makedoc.c". + command "..//info/makedoc". DO NOT EDIT THIS FILE, only "..//info/makedoc.c". Source files groveled to make this file include: @@ -142,5 +142,5 @@ FUNCTION_KEY function_key_array[] = { /* Commands found in "./variables.c". */ { "describe-variable", A_describe_variable }, { "set-variable", A_set_variable }, - (char *)0 + { (char *)NULL, 0 } }; |