Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/menuc Finger trouble in previous commit.



details:   https://anonhg.NetBSD.org/src/rev/d88079785250
branches:  trunk
changeset: 546940:d88079785250
user:      dsl <dsl%NetBSD.org@localhost>
date:      Fri May 09 10:21:43 2003 +0000

description:
Finger trouble in previous commit.

diffstat:

 usr.bin/menuc/mdb.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6f28ce92987 -r d88079785250 usr.bin/menuc/mdb.c
--- a/usr.bin/menuc/mdb.c       Fri May 09 09:15:20 2003 +0000
+++ b/usr.bin/menuc/mdb.c       Fri May 09 10:21:43 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mdb.c,v 1.26 2003/05/09 07:30:50 dsl Exp $     */
+/*     $NetBSD: mdb.c,v 1.27 2003/05/09 10:21:43 dsl Exp $     */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -181,7 +181,7 @@
                "       int             y, x;\n"
                "       int             h, w;\n"
                "       int             mopt;\n"
-               "       int             mopts;\n"
+               "       int             numopts;\n"
                "       int             cursel;\n"
                "       int             topline;\n"
                "       menu_ent        *opts;\n"



Home | Main Index | Thread Index | Old Index