Remove extra parenthesis. Found by cppcheck, reported by

Henning Petersen in PR 42729.
This commit is contained in:
wiz 2010-02-03 13:47:57 +00:00
parent 18ee5820df
commit 4222db0cd6
1 changed files with 2 additions and 2 deletions

View File

@ -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_mt(int, char **);
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 *);