Fixed a bug in vis.c

parent 50ff14b9
......@@ -79,7 +79,7 @@ __weak_alias(vis,_vis)
#define MAXEXTRAS 5
char *MAKEEXTRALIST(uint flag, const char *orig)
char *MAKEEXTRALIST(unsigned int flag, const char *orig)
{
const char *o = orig;
char *e, *extra;
......
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