egs_accounts: Fix the type spec for #state.accounts.

This commit is contained in:
Loïc Hoguin 2011-02-20 17:39:02 +01:00
parent d5b5afa0a7
commit 840db6b7b3

View File

@ -36,7 +36,7 @@
}).
-record(state, {
accounts = [] :: list(#accounts{}),
accounts = [] :: list({GID::integer(), #accounts{}}),
next_gid = 10000001 :: integer(),
tmp_gid = 16#ff000001 :: integer()
}).