diff options
author | Anders Svensson <[email protected]> | 2013-09-23 09:08:14 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-11-28 17:27:27 +0100 |
commit | a3fa81eafff105086cf3f0c942c5247686edac28 (patch) | |
tree | 04c532a4083340570f4366da32f2786d8d6a77d1 /lib/diameter/src/compiler/diameter_make.erl | |
parent | c22a639edccb443792e600bdc4b7f0117f12c9de (diff) | |
download | otp-a3fa81eafff105086cf3f0c942c5247686edac28.tar.gz otp-a3fa81eafff105086cf3f0c942c5247686edac28.tar.bz2 otp-a3fa81eafff105086cf3f0c942c5247686edac28.zip |
Remove last remnants of "spec"
Diffstat (limited to 'lib/diameter/src/compiler/diameter_make.erl')
-rw-r--r-- | lib/diameter/src/compiler/diameter_make.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/src/compiler/diameter_make.erl b/lib/diameter/src/compiler/diameter_make.erl index 16e30c1ffb..f77273d3a5 100644 --- a/lib/diameter/src/compiler/diameter_make.erl +++ b/lib/diameter/src/compiler/diameter_make.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2011. All Rights Reserved. +%% Copyright Ericsson AB 2010-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -61,7 +61,7 @@ codec(File, Opts) -> make(File, Opts, Dict, - [spec || _ <- [1], lists:member(debug, Opts)] ++ [erl, hrl]); + [dict || lists:member(debug, Opts)] ++ [erl, hrl]); {error, _} = E -> E end. |