Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/prep/stand/boot Remove extra parenthesis. Found by ...



details:   https://anonhg.NetBSD.org/src/rev/cb0d6d60df4d
branches:  trunk
changeset: 751393:cb0d6d60df4d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Feb 03 13:47:57 2010 +0000

description:
Remove extra parenthesis. Found by cppcheck, reported by
Henning Petersen in PR 42729.

diffstat:

 sys/arch/prep/stand/boot/monitor.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a8d8b8ec37f9 -r cb0d6d60df4d sys/arch/prep/stand/boot/monitor.c
--- a/sys/arch/prep/stand/boot/monitor.c        Wed Feb 03 12:58:53 2010 +0000
+++ b/sys/arch/prep/stand/boot/monitor.c        Wed Feb 03 13:47:57 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: monitor.c,v 1.7 2008/04/28 20:23:33 martin Exp $       */
+/*     $NetBSD: monitor.c,v 1.8 2010/02/03 13:47:57 wiz Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -47,7 +47,7 @@
 void db_cmd_put(int, char **);
 void db_cmd_help(int, char **);
 
-unsigned int mfmsr((void);
+unsigned int mfmsr(void);
 void mtmsr(unsigned int);
 
 int db_atob(char *);



Home | Main Index | Thread Index | Old Index