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

add some comments to document URL decoder states

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