typo fix
This commit is contained in:
parent
b28c0d6f66
commit
b58194ef63
@ -670,6 +670,7 @@ int main(int argc, char **argv)
|
|||||||
ts.tv_sec = 0;
|
ts.tv_sec = 0;
|
||||||
ts.tv_nsec = 1;
|
ts.tv_nsec = 1;
|
||||||
nanosleep(&ts, NULL);
|
nanosleep(&ts, NULL);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Even if we have not actually killed anything, we should
|
/* Even if we have not actually killed anything, we should
|
||||||
|
Loading…
x
Reference in New Issue
Block a user