| # | Line 277 | Line 277 | done_rtrace() /* clean up and close rtrace calculati | |
|---|---|---|
| 277 | int status; | |
| 278 | /* already closed? */ | |
| 279 | if (!nprocs) | |
| 280 | < | return; |
| 280 | > | return(0); |
| 281 | /* flush beam queue */ | |
| 282 | done_packets(flush_queue()); | |
| 283 | /* sync holodeck */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |