mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
LinuxProcess: mark LinuxProcess_printDelay static
This commit is contained in:
@ -186,7 +186,7 @@ bool LinuxProcess_setIOPriority(Process* this, Arg ioprio) {
|
||||
}
|
||||
|
||||
#ifdef HAVE_DELAYACCT
|
||||
void LinuxProcess_printDelay(float delay_percent, char* buffer, int n) {
|
||||
static void LinuxProcess_printDelay(float delay_percent, char* buffer, int n) {
|
||||
if (isnan(delay_percent)) {
|
||||
xSnprintf(buffer, n, " N/A ");
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user