Changed type annotation
Used 'intensity' in declaration of 'state_t'.
This commit is contained in:
parent
5f40d8f061
commit
ccc1be32be
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
-record(state_t, {log_level=0 :: int_log_level(),
|
||||
caller=api :: caller(),
|
||||
intensity=low :: none | low | high}).
|
||||
intensity=low :: intensity()}).
|
||||
|
||||
%%============================================================================
|
||||
%% types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue