Commit 75431dbe authored by Geoff Simmons's avatar Geoff Simmons

add some comments to document URL decoder states

parent 5e885a2f
...@@ -34,10 +34,11 @@ ...@@ -34,10 +34,11 @@
#include "vrt.h" #include "vrt.h"
#include "vas.h" #include "vas.h"
/* Decoder states */
enum state_e { enum state_e {
NORMAL, NORMAL,
PERCENT, PERCENT, /* just read '%' */
FIRSTNIB, FIRSTNIB, /* just read the first nibble after '%' */
}; };
size_t size_t
......
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