another extraninous ;

Kent
This commit is contained in:
Kent Mein
2004-02-23 19:05:42 +00:00
parent 2b2e272829
commit a0e9208c35

View File

@@ -86,7 +86,7 @@ void color_temperature (float input, unsigned char *r, unsigned char *g, unsigne
(*b) = (unsigned char)(fb * ((input/2.0f)+0.5f));
};
}
void copy_defgroups(ListBase *outbase, ListBase *inbase)
{