Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1375 → Rev 1376

/demos/trunk/astro/rock.c
271,8 → 271,9
soft_task_def_usemath(ms);
pid_RC = task_create("RockCreator", rock_creator, &ms, NULL);
if (pid_RC == NIL) {
perror("Could not create task <RockCreator>");
sys_shutdown_message("Could not create task <RockCreator>\n");
shark_running = 0;
return;
} else
task_activate(pid_RC);
}