artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e1a1ea
)
Trailing spaces
author
mpi
<mpi@openbsd.org>
Mon, 12 Feb 2024 15:11:06 +0000
(15:11 +0000)
committer
mpi
<mpi@openbsd.org>
Mon, 12 Feb 2024 15:11:06 +0000
(15:11 +0000)
usr.sbin/btrace/bt_parse.y
patch
|
blob
|
history
diff --git
a/usr.sbin/btrace/bt_parse.y
b/usr.sbin/btrace/bt_parse.y
index
b9feb00
..
075eaa5
100644
(file)
--- a/
usr.sbin/btrace/bt_parse.y
+++ b/
usr.sbin/btrace/bt_parse.y
@@
-1,4
+1,4
@@
-/* $OpenBSD: bt_parse.y,v 1.5
8 2024/02/07 19:07:42
mpi Exp $ */
+/* $OpenBSD: bt_parse.y,v 1.5
9 2024/02/12 15:11:06
mpi Exp $ */
/*
* Copyright (c) 2019-2023 Martin Pieuchot <mpi@openbsd.org>
@@
-611,7
+611,7
@@
bm_insert(const char *mname, struct bt_arg *mkey, struct bt_arg *mval)
{
struct bt_arg *ba;
- if (mkey->ba_type == B_AT_TUPLE)
+ if (mkey->ba_type == B_AT_TUPLE)
yyerror("tuple cannot be used as map key");
ba = ba_new(bg_get(mname), B_AT_MAP);