1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 18:45:10 +00:00

Add missing return statement.

It was removed in commit e91b91d.
This commit is contained in:
Guido Falsi 2019-01-08 00:11:26 +01:00 committed by Brenden Matthews
parent 7eec746b82
commit a3b03f2257

View File

@ -254,6 +254,7 @@ int update_total_processes(void) {
kvm_getprocs(kd, KERN_PROC_ALL, 0, &n_processes);
info.procs = n_processes;
return 0;
}
int update_running_processes(void) {