Skip to content

Commit

Permalink
Fix a dialyzer type specification, such that we can run the dialyzer …
Browse files Browse the repository at this point in the history
…on the code base.
  • Loading branch information
jlouis committed Feb 17, 2013
1 parent 8472e61 commit 6af1ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etorrent_ext.erl
Expand Up @@ -14,7 +14,6 @@
-type ext_name() :: atom().
-type ext_mod_name() :: atom().
-type ext_bname() :: binary().
-type ext_list() :: record().
-type bcode() :: etorrent_types:bcode().

%% Local id => name as atom
Expand All @@ -29,6 +28,7 @@
all_bname2remote_id = orddict:new() :: orddict:orddict(),
m :: list({ext_bname(), ext_id()})
}).
-type ext_list() :: #exts{}.

% ======================================================================

Expand Down

0 comments on commit 6af1ceb

Please sign in to comment.