Commit ba32fe34 authored by unknown's avatar unknown

Fixed a bug in vis.c


cmd-line-utils/libedit/np/vis.c:
  Fixed a compiler issue for QNX.
parent 128a329c
......@@ -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