fasle -> false
This commit is contained in:
parent
52c3bc9628
commit
b351f7c452
|
@ -75,7 +75,7 @@
|
||||||
%%------------------------------------------------------------------------------
|
%%------------------------------------------------------------------------------
|
||||||
-record(mqtt_packet_header, {
|
-record(mqtt_packet_header, {
|
||||||
type = ?RESERVED :: mqtt_packet_type(),
|
type = ?RESERVED :: mqtt_packet_type(),
|
||||||
dup = fasle :: boolean(),
|
dup = false :: boolean(),
|
||||||
qos = 0 :: 0 | 1 | 2,
|
qos = 0 :: 0 | 1 | 2,
|
||||||
retain = false :: boolean() }).
|
retain = false :: boolean() }).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue