- ditch 2 bytes
This commit is contained in:
parent
feb7ae7f01
commit
d24d5c84c2
@ -1721,7 +1721,7 @@ static char *skip_thing(char * p, int linecnt, int dir, int type)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// find matching char of pair () [] {}
|
// find matching char of pair () [] {}
|
||||||
static char *find_pair(char * p, char c)
|
static char *find_pair(char * p, const char c)
|
||||||
{
|
{
|
||||||
char match, *q;
|
char match, *q;
|
||||||
int dir, level;
|
int dir, level;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user