missed a ';' on a ifdef mac section. fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@129226 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -366,7 +366,7 @@ SelectionImageService::CreateImage(nscolor aImageColor, imgIContainer *aContaine
|
||||
data[i+2] = NS_GET_B(aImageColor);
|
||||
#endif
|
||||
#if defined(XP_MAC) || defined(XP_MACOSX)
|
||||
data[i] = 0
|
||||
data[i] = 0;
|
||||
data[i+1] = NS_GET_R(aImageColor);
|
||||
data[i+2] = NS_GET_G(aImageColor);
|
||||
data[i+3] = NS_GET_B(aImageColor);
|
||||
|
||||
@@ -366,7 +366,7 @@ SelectionImageService::CreateImage(nscolor aImageColor, imgIContainer *aContaine
|
||||
data[i+2] = NS_GET_B(aImageColor);
|
||||
#endif
|
||||
#if defined(XP_MAC) || defined(XP_MACOSX)
|
||||
data[i] = 0
|
||||
data[i] = 0;
|
||||
data[i+1] = NS_GET_R(aImageColor);
|
||||
data[i+2] = NS_GET_G(aImageColor);
|
||||
data[i+3] = NS_GET_B(aImageColor);
|
||||
|
||||
Reference in New Issue
Block a user