summaryrefslogtreecommitdiff
path: root/pf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pf.c')
-rw-r--r--pf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pf.c b/pf.c
index cfa2a90..621fc55 100644
--- a/pf.c
+++ b/pf.c
@@ -114,7 +114,7 @@ void process_line (buffer)
if (i >= 0) cp[len = (i+1)] = '\0'; /* nul terminate */
if (verbose) {
- printf ("! %d: %s\n", lineno, cp);
+ printf ("! %d: %s\n", lineno+1, cp);
}
/* handle input */