summaryrefslogtreecommitdiff
path: root/src/rose.erl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-11-03 01:29:15 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-11-03 01:29:15 +0100
commit4de202651fdd7a62eb76716f00cfc6e85a2400a9 (patch)
tree7d028ce113bfdf0817d4db011aed5f8855a6ee5d /src/rose.erl
parent064386a1304c769cca11ad80acf31e6422c13d7f (diff)
Rename tda to tapi
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;