Commit 28d6b27d authored by Martín Ferrari's avatar Martín Ferrari

missing comma

parent 754a6532
...@@ -27,7 +27,7 @@ _proto_commands = { ...@@ -27,7 +27,7 @@ _proto_commands = {
"IF": { "IF": {
"LIST": ("", "i"), "LIST": ("", "i"),
"SET": ("iss", "s*"), "SET": ("iss", "s*"),
"RTRN": ("ii", "") "RTRN": ("ii", ""),
"DEL": ("i", "") "DEL": ("i", "")
}, },
"ADDR": { "ADDR": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment