Corrected typo
This commit is contained in:
parent
b8e4eea7d2
commit
26e3281f29
|
@ -273,7 +273,7 @@ writepid()
|
||||||
fputs("Error: another instance of dwmblocks is already running.\n", stderr);
|
fputs("Error: another instance of dwmblocks is already running.\n", stderr);
|
||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
perror("lockfile - fcntl");
|
perror("writepid - fcntl");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
if (ftruncate(fd, 0) == -1) {
|
if (ftruncate(fd, 0) == -1) {
|
||||||
|
|
Loading…
Reference in a new issue