Another small fix to UTILITIES/x11idle.c.
This commit is contained in:
parent
f79a477cc4
commit
725a6c6a3d
|
@ -23,6 +23,6 @@ main() {
|
|||
}
|
||||
|
||||
//info was retrieved successfully, print idle time
|
||||
printf("%u\n", info->idle);
|
||||
printf("%lu\n", info->idle);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue