Initial release of pl_editor, the page layout and title block editor.

This commit is contained in:
jean-pierre charras
2013-07-19 20:27:22 +02:00
parent 1f78a15db2
commit fdbdb76c39
123 changed files with 24073 additions and 2006 deletions
-3
View File
@@ -116,9 +116,6 @@ bool BITMAP_BASE::SaveData( FILE* aFile ) const
if( fprintf( aFile, "%2.2X ", *begin & 0xFF ) == EOF )
return false;
}
if( fprintf( aFile, "$EndBitmap" ) == EOF )
return false;
}
return true;