aboutsummaryrefslogtreecommitdiff
path: root/util-linux/dmesg.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2026-02-12 12:50:11 +0000
committerRon Yorston <rmy@pobox.com>2026-02-12 12:58:38 +0000
commitde7b34e8c779d8baca5abba1394284e0b6e87dc6 (patch)
tree6cad7836abe5610f97c32d9b5d395f5e9c34929d /util-linux/dmesg.c
parent7e0c303a8804608e3c11151655d270a63bfffcfa (diff)
parent8424dc436a66a224b73429675a481d074fc2f8dc (diff)
downloadbusybox-w32-merge.tar.gz
busybox-w32-merge.tar.bz2
busybox-w32-merge.zip
Merge branch 'busybox' into mergemerge
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r--util-linux/dmesg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c
index 5d8f01a64..39eecc345 100644
--- a/util-linux/dmesg.c
+++ b/util-linux/dmesg.c
@@ -91,7 +91,6 @@ int dmesg_main(int argc UNUSED_PARAM, char **argv)
91 if (len == 0) 91 if (len == 0)
92 return EXIT_SUCCESS; 92 return EXIT_SUCCESS;
93 93
94
95 if (ENABLE_FEATURE_DMESG_PRETTY && !(opts & OPT_r)) { 94 if (ENABLE_FEATURE_DMESG_PRETTY && !(opts & OPT_r)) {
96 int last = '\n'; 95 int last = '\n';
97 int in = 0; 96 int in = 0;