This commit is contained in:
James McCoy
2018-01-01 23:17:31 -05:00
parent b86e44aa35
commit 5f5011e8f6
2 changed files with 8 additions and 6 deletions

View File

@@ -1369,7 +1369,7 @@ static char *cs_manage_matches(char **matches, char **contexts,
case Print:
cs_print_tags_priv(mp, cp, cnt);
break;
default: /* should not reach here */
default: // should not reach here
IEMSG(_("E570: fatal error in cs_manage_matches"));
return NULL;
}