diff options
Diffstat (limited to 'clients/bscmd.brev')
-rwxr-xr-x | clients/bscmd.brev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/bscmd.brev b/clients/bscmd.brev index 9fee95c..0455f93 100755 --- a/clients/bscmd.brev +++ b/clients/bscmd.brev @@ -65,7 +65,7 @@ (match (cdr argument-stragglers) (((? string? command) (? string? params)) (baresip-transact command params)) - (((? string? command)) (print (baresip-transact command #f))) + (((? string? command)) (baresip-transact command #f)) (() (watch-events)) (_ (print "Expected: COMMAND PARAMS")))) |