tiny fix
This commit is contained in:
parent
00b542428d
commit
8bb1cbdc09
2 changed files with 783 additions and 783 deletions
|
|
@ -20,7 +20,7 @@ while (my $l = <IN>) {
|
|||
print(OUT " if(strcmp(color, \"$4\") == 0){\n");
|
||||
print(OUT " rgb->red = $1;\n");
|
||||
print(OUT " rgb->green = $2;\n");
|
||||
print(OUT " rgb->green = $3;\n");
|
||||
print(OUT " rgb->blue = $3;\n");
|
||||
print(OUT " return;\n");
|
||||
print(OUT " }\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue