Corrected typo

pull/11/head
Ashish Kumar Yadav 4 years ago
parent b8e4eea7d2
commit 26e3281f29

@ -273,7 +273,7 @@ writepid()
fputs("Error: another instance of dwmblocks is already running.\n", stderr);
exit(2);
}
perror("lockfile - fcntl");
perror("writepid - fcntl");
exit(1);
}
if (ftruncate(fd, 0) == -1) {

Loading…
Cancel
Save