Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -85,8 +85,7 @@ update_init(void)
|
|||
stacksize = 100000 +
|
||||
/* finish_sects */ WORLD_X * WORLD_Y * (2 * sizeof(double) +
|
||||
sizeof(char *));
|
||||
update_thread = empth_create(update_sched, stacksize, 0,
|
||||
"Update", dp);
|
||||
update_thread = empth_create(update_sched, stacksize, 0, "Update", dp);
|
||||
if (!update_thread)
|
||||
exit_nomem();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue