pw-lib-set-default: Remove ending dot in the error message

This commit is contained in:
Milan Zamazal 2022-07-04 19:17:02 +02:00
parent 22d02e5b7f
commit 91888abb91
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ otherwise set the current default sink or source."
("Node"
(pw-lib--set-default-node object stored-p))
(_
(error "Cannot set this kind of object as default."))))
(error "Cannot set this kind of object as default"))))
(provide 'pw-lib)