# | Line 483 | Line 483 | namespace oopse { | |
---|---|---|
483 | } | |
484 | } | |
485 | ||
486 | < | sprintf(writeLine, "\n"); |
487 | < | os << writeLine; |
486 | > | os << writeLine << "\n"; |
487 | ||
488 | } // end for(int l =0) | |
489 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |