diff options
Diffstat (limited to 'src/rlx_app_info.erl')
-rw-r--r-- | src/rlx_app_info.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_app_info.erl b/src/rlx_app_info.erl index 931c139..618b1e2 100644 --- a/src/rlx_app_info.erl +++ b/src/rlx_app_info.erl @@ -71,7 +71,7 @@ %%============================================================================ %% types %%============================================================================ --opaque t() :: record(app_info_t). +-opaque t() :: #app_info_t{}. %%============================================================================ %% API |