nl: Fix leading white-space

This commit is contained in:
sin 2015-03-22 19:23:57 +00:00
parent b96c9d06c5
commit a0e5b565a7
1 changed files with 1 additions and 1 deletions

2
nl.c
View File

@ -66,7 +66,7 @@ nl(const char *fname, FILE *fp)
donumber = 1;
break;
case 'p':
if (!regexec(preg + section, buf, 0, NULL, 0))
if (!regexec(preg + section, buf, 0, NULL, 0))
donumber = 1;
break;
case 'a':