commit a0e5b565a74308c6fa740288c19121612f5932b0 Author: sin <[email protected]> Date: Sun Mar 22 19:23:57 2015 +0000
nl: Fix leading white-space
diff --git a/nl.c b/nl.c
index e705d2d..3a1e041 100644
--- a/nl.c
+++ b/nl.c
@@ -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':
