about summary refs log tree commit diff
path: root/fq.c
diff options
context:
space:
mode:
Diffstat (limited to 'fq.c')
-rw-r--r--fq.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/fq.c b/fq.c
index 632404a..98b80fc 100644
--- a/fq.c
+++ b/fq.c
@@ -190,6 +190,9 @@ main(int argc, char *argv[])
 			loff += rd;
 		}
 
+		if (qflag && !seen_nl)
+			write(1, "\n", 1);
+
 #ifdef USE_INOTIFY
 		inotify_rm_watch(ifd, wd);
 #endif