Changeset 3565 for trunk/rms

Show
Ignore:
Timestamp:
07/01/03 02:37:00 (5 years ago)
Author:
emostar
Message:

Ensure that the message end code is on a new line

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rms/src/rms.cpp

    r3553 r3565  
    11211121    fprintf(fs, "%d Message Start\n", CODE_VIEWxTEXTxSTART); 
    11221122    fprintf(fs, e->Text()); 
     1123    fprintf(fs, "\n"); 
    11231124    fprintf(fs, "%d Message Complete\n", CODE_VIEWxTEXTxEND); 
    11241125  }