Changeset 762
- Timestamp:
- 09/29/11 13:41:12 (8 months ago)
- Files:
-
- 1 modified
-
trunk/src/parser/docparrstmarkupparser__define.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/parser/docparrstmarkupparser__define.pro
r757 r762 327 327 blankLine = listing->getChild(/last) 328 328 listing->removeChild, /last 329 obj_destroy, blankLine329 if (obj_valid(blankLine)) then obj_destroy, blankLine 330 330 endif 331 331
