Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses Mini KNF. From Douwe Kiela.



details:   https://anonhg.NetBSD.org/src/rev/4657c494e9cb
branches:  trunk
changeset: 557860:4657c494e9cb
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 20 08:29:09 2004 +0000

description:
Mini KNF. From Douwe Kiela.

diffstat:

 lib/libcurses/inch.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r f1abd455da66 -r 4657c494e9cb lib/libcurses/inch.c
--- a/lib/libcurses/inch.c      Tue Jan 20 08:28:26 2004 +0000
+++ b/lib/libcurses/inch.c      Tue Jan 20 08:29:09 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: inch.c,v 1.5 2002/01/02 10:38:27 blymn Exp $   */
+/*     $NetBSD: inch.c,v 1.6 2004/01/20 08:29:09 wiz Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: inch.c,v 1.5 2002/01/02 10:38:27 blymn Exp $");
+__RCSID("$NetBSD: inch.c,v 1.6 2004/01/20 08:29:09 wiz Exp $");
 #endif                         /* not lint */
 
 #include "curses.h"
@@ -88,7 +88,6 @@
 chtype
 winch(WINDOW *win)
 {
-
        chtype   ch;
 
        ch = (chtype) (((win)->lines[(win)->cury]->line[(win)->curx].ch & __CHARTEXT) |



Home | Main Index | Thread Index | Old Index