typo, remove extra bracket

This commit is contained in:
sevan 2018-01-24 14:45:44 +00:00
parent e65efd3f91
commit 0042c4a241
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: memswitch.h,v 1.3 2018/01/23 21:06:25 sevan Exp $ */
/* $NetBSD: memswitch.h,v 1.4 2018/01/24 14:45:44 sevan Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -79,7 +79,7 @@ extern char *progname;
extern u_int8_t *current_values;
extern u_int8_t *modified_values;
static void usage(void)) __dead;
static void usage(void) __dead;
void show_single(const char*));
void show_all(void));
void modify_single(const char*));