From f2befae50aa9341c938637fa9708f8eac3e9eb3d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 30 May 2007 16:49:57 -0700 Subject: [PATCH] Add "help" to the comment Add the "help" entry to list in comment --- com32/modules/menumain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/com32/modules/menumain.c b/com32/modules/menumain.c index 32c760f..516958e 100644 --- a/com32/modules/menumain.c +++ b/com32/modules/menumain.c @@ -57,6 +57,7 @@ int (*draw_background)(const char *filename); * 13 - pwdentry Password box contents * 14 - timeout_msg Timeout message * 15 - timeout Timeout counter + * 16 - help Current entry help text */ static const struct color_table default_color_table[] = { -- 2.7.4