diff options
Diffstat (limited to 'src/keys.cc')
| -rw-r--r-- | src/keys.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keys.cc b/src/keys.cc index 956d9e59..98909029 100644 --- a/src/keys.cc +++ b/src/keys.cc @@ -87,7 +87,7 @@ KeyList parse_keys(const String& str) return result; } -String key_to_str(const Key& key) +String key_to_str(Key key) { bool named = false; String res; |
