Remove unused variable, remember to capitalise variables

This commit is contained in:
Carlos Martín Nieto
2013-03-02 03:12:44 +01:00
parent 361c9ddb27
commit d62511515d
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ bypath(#object{type=tree,handle=Handle}, Path) ->
case geef:tree_bypath(Handle, Path) of
{ok, Mode, Type, Id, Name} ->
{ok, #tree_entry{mode=Mode, type=Type, id=geef_oid:parse(Id), name=Name}};
other ->
other
Other ->
Other
end.
-ifdef(TEST).