Skip to content
Snippets Groups Projects
Commit 6ddc07fb authored by Mans Rullgard's avatar Mans Rullgard
Browse files

mqa.rst: fix typo

parent 9e27ee11
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ packet type. ::
authentication()
} else if (packet_type == 5) {
datasync()
} else if (packet_type == 5) {
} else if (packet_type == 6) {
packet_6()
} else if (packet_type == 7) {
metadata()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment