mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-28 17:48:39 +00:00
bsdcommon: Fix typo.
This commit is contained in:
parent
b01a5d21ff
commit
caf2a2ed6b
@ -356,7 +356,7 @@ bool bsdcommon::is_conky_already_running() {
|
|||||||
return instances > 1;
|
return instances > 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// conyk uses kilobytes
|
// conky uses kilobytes
|
||||||
static unsigned long long to_conky_size(uint64_t size, uint64_t pagesize) {
|
static unsigned long long to_conky_size(uint64_t size, uint64_t pagesize) {
|
||||||
return (size >> 10) * pagesize;
|
return (size >> 10) * pagesize;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user