We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ca9e1 commit cbc0ba9Copy full SHA for cbc0ba9
1 file changed
psutil/arch/freebsd/proc.c
@@ -43,7 +43,7 @@ psutil_kinfo_proc(pid_t pid, struct kinfo_proc *proc) {
43
mib[3] = pid;
44
45
if (pid < 0 || !proc)
46
- psutil_badargs("psutil_kinfo_proc")
+ psutil_badargs("psutil_kinfo_proc");
47
48
size = sizeof(struct kinfo_proc);
49
if (sysctl((int *)mib, 4, proc, &size, NULL, 0) == -1) {
0 commit comments