summaryrefslogtreecommitdiff
path: root/sbin/wsconsctl/map_parse.y
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-26 17:35:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-08-26 17:35:14 +0000
commit91d54d082f23b64a374aaefa1201e49a5cc77097 (patch)
tree91f9a4f3a35ac0f9f9fa23f7f77238fc609b4870 /sbin/wsconsctl/map_parse.y
parent6bf94c94a3731ac43cf302c3399b478c914f9ddd (diff)
minor cleanups
Diffstat (limited to 'sbin/wsconsctl/map_parse.y')
-rw-r--r--sbin/wsconsctl/map_parse.y5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/wsconsctl/map_parse.y b/sbin/wsconsctl/map_parse.y
index 2487d4da17d..e96b521be5d 100644
--- a/sbin/wsconsctl/map_parse.y
+++ b/sbin/wsconsctl/map_parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: map_parse.y,v 1.1 2000/07/01 23:52:45 mickey Exp $ */
+/* $OpenBSD: map_parse.y,v 1.2 2001/08/26 17:35:13 deraadt Exp $ */
/* $NetBSD: map_parse.y,v 1.2 1999/02/08 11:08:23 hannken Exp $ */
/*-
@@ -195,7 +195,8 @@ keysym_var : T_KEYSYM_VAR = {
if (res < 0)
yyerror("keysym expected");
$$ = res;
- };
+ }
+ ;
%%
void