summaryrefslogtreecommitdiffstats
path: root/trek/getpar.h
diff options
context:
space:
mode:
Diffstat (limited to 'trek/getpar.h')
-rw-r--r--trek/getpar.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/trek/getpar.h b/trek/getpar.h
index 20527c3b..77b93b18 100644
--- a/trek/getpar.h
+++ b/trek/getpar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: getpar.h,v 1.10 2005/02/15 12:54:50 jsm Exp $ */
+/* $NetBSD: getpar.h,v 1.11 2009/05/24 21:44:56 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -32,8 +32,9 @@
*/
typedef void (*cmdfun)(int);
-struct cvntab /* used for getcodpar() parameter list */
-{
+
+/* used for getcodpar() parameter list */
+struct cvntab {
const char *abrev;
const char *full;
cmdfun value;