summaryrefslogtreecommitdiff
path: root/src/rose.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rose.erl')
-rw-r--r--src/rose.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rose.erl b/src/rose.erl
index 4b671f5..a98df07 100644
--- a/src/rose.erl
+++ b/src/rose.erl
@@ -37,7 +37,7 @@ dispatch({invoke, #'Invoke'{invokeId = Id, opcode = Op, argument = Data}}) ->
ok;
?STATUS ->
io:format("Status: ~p~n", [status:value(Data)]),
- tda:send(return(Id, Op, status:encode()));
+ tapi:send(return(Id, Op, status:encode()));
_ ->
error
end;