use #atom{} syntax to support 18

This commit is contained in:
Tristan Sloughter 2015-04-23 17:49:34 -05:00
parent 5ef8371020
commit e07d08333a

View file

@ -74,7 +74,7 @@
-type color() :: 31..36. -type color() :: 31..36.
-opaque t() :: record(state_t). -opaque t() :: #state_t{}.
%%============================================================================ %%============================================================================
%% API %% API