- ditch 2 bytes

This commit is contained in:
Bernhard Reutner-Fischer 2007-10-01 18:04:42 +00:00
parent feb7ae7f01
commit d24d5c84c2

View File

@ -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;
@ -1895,8 +1895,8 @@ static void show_help(void)
"\n\tLast command repeat with \'.\'" "\n\tLast command repeat with \'.\'"
#endif #endif
#if ENABLE_FEATURE_VI_YANKMARK #if ENABLE_FEATURE_VI_YANKMARK
"\n\tLine marking with 'x" "\n\tLine marking with 'x"
"\n\tNamed buffers with \"x" "\n\tNamed buffers with \"x"
#endif #endif
#if ENABLE_FEATURE_VI_READONLY #if ENABLE_FEATURE_VI_READONLY
"\n\tReadonly if vi is called as \"view\"" "\n\tReadonly if vi is called as \"view\""