From 2eed239f63a5ae64e99522142a262f0af67425a0 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 26 Dec 2012 20:17:56 -0500 Subject: fix small bug in rcl_app_info defaults --- src/rcl_app_info.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rcl_app_info.erl') diff --git a/src/rcl_app_info.erl b/src/rcl_app_info.erl index bc64e30..b73d609 100644 --- a/src/rcl_app_info.erl +++ b/src/rcl_app_info.erl @@ -63,8 +63,8 @@ vsn :: ec_semver:semver(), dir :: file:name(), link=false :: boolean(), - active_deps :: [atom()], - library_deps :: [atom()]}). + active_deps=[]:: [atom()], + library_deps=[] :: [atom()]}). %%============================================================================ %% types -- cgit v1.2.3