summary refs log tree commit diff
path: root/src/runsvstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runsvstat.c')
-rw-r--r--src/runsvstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runsvstat.c b/src/runsvstat.c
index e0e7673..7b2607a 100644
--- a/src/runsvstat.c
+++ b/src/runsvstat.c
@@ -155,7 +155,7 @@ int main(int argc, char **argv) {
 	  }
 	}
       }
-      buffer_putsflush(buffer_1, "\n");
+      buffer_puts(buffer_1, "\n"); buffer_flush(buffer_1);
     }
     if (fchdir(curdir) == -1) {
       rc =100;