--- a/src/colors.h Fri Aug 02 15:57:03 2013 +0300 +++ b/src/colors.h Fri Aug 02 16:33:30 2013 +0300 @@ -36,7 +36,7 @@ // Safely gets a color with the given number or null if no such color. LDColor* getColor (short colnum); -void setColor( short colnum, LDColor* col ); +void setColor (short colnum, LDColor* col); // Main and edge color identifiers static const short maincolor = 16;