summaryrefslogtreecommitdiff
path: root/src/rebar_app_info.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-04-23 19:07:51 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-23 19:41:39 -0500
commit26161bc1acc1085ac8c29fe759fe6c40b400bc66 (patch)
tree4ed82ed4d9eaa787c55334b59bed650608236b3b /src/rebar_app_info.erl
parentbd2f8bbc5e446dbabeeb9793fd8f93790a38857c (diff)
support for 18.0+
Diffstat (limited to 'src/rebar_app_info.erl')
-rw-r--r--src/rebar_app_info.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_app_info.erl b/src/rebar_app_info.erl
index 9659c0b..7894e75 100644
--- a/src/rebar_app_info.erl
+++ b/src/rebar_app_info.erl
@@ -61,7 +61,7 @@
%%============================================================================
%% types
%%============================================================================
--type t() :: record(app_info_t).
+-type t() :: #app_info_t{}.
%%============================================================================
%% API