From 55388cdd92df1ded3147ec15fa114d385d046c01 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Wed, 30 Jun 2004 19:56:23 +0000 Subject: [PATCH] Remove a duplicated printf(). Submitted by: Niki Denev --- usr.sbin/apm/apm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index c652ec196f6c..e1b352a82b03 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -226,7 +226,6 @@ print_all_info(int fd, apm_info_t aip, int bioscall_available) if (ioctl(fd, APMIO_GETPWSTATUS, &aps) == -1) continue; printf("Battery %d:\n", i); - printf("\tBattery status: "); if (aps.ap_batt_flag <= 255 && (aps.ap_batt_flag & APM_BATT_NOT_PRESENT)) { printf("not present\n");