aboutsummaryrefslogtreecommitdiff
path: root/util-linux/acpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/acpid.c')
-rw-r--r--util-linux/acpid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c
index c9eed2a7f..4b7e5cacb 100644
--- a/util-linux/acpid.c
+++ b/util-linux/acpid.c
@@ -283,7 +283,7 @@ int acpid_main(int argc UNUSED_PARAM, char **argv)
283 char *buf; 283 char *buf;
284 int len; 284 int len;
285 285
286 buf = xmalloc_reads(pfd[i].fd, NULL, NULL); 286 buf = xmalloc_reads(pfd[i].fd, NULL);
287 /* buf = "button/power PWRB 00000080 00000000" */ 287 /* buf = "button/power PWRB 00000080 00000000" */
288 len = strlen(buf) - 9; 288 len = strlen(buf) - 9;
289 if (len >= 0) 289 if (len >= 0)