~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to common/class_bitmap_base.cpp

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
            if( fprintf( aFile, "%2.2X ", *begin & 0xFF ) == EOF )
117
117
                return false;
118
118
        }
119
 
 
120
 
        if( fprintf( aFile, "$EndBitmap" ) == EOF )
121
 
            return false;
122
119
    }
123
120
 
124
121
    return true;