Skip to content

Commit

Permalink
- fixed compilation for OS3
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jan 20, 2007
1 parent a2d6a94 commit 640f72e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mcc/button/build.c
Original file line number Diff line number Diff line change
Expand Up @@ -1392,8 +1392,9 @@ enum
static struct BitMap *
scaleBitMap(APTR src,struct scaleBitMap *scale,ULONG flags)
{
struct BitMap msbm, mdbm;
struct BitMap *sbm, *dbm;
struct BitMap msbm, mdbm;
struct BitMap *sbm=NULL;
struct BitMap *dbm=NULL;
APTR dest;

if (flags & SCALEFLG_Mask)
Expand Down

0 comments on commit 640f72e

Please sign in to comment.