Whee.. typo out of nowhere

-Yosh
This commit is contained in:
Manish Singh 1998-10-24 05:21:22 +00:00
parent 2041fe60d6
commit 447852cfd5
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ CODE
if ($type ne 'color') {
$return_marshal .= ' ' x 4 . "$var = ";
$return_marshal .= 'g_strdup (' if $type eq 'string';
$return_marshal .= "return_vals[$argc].data.d_$type"
$return_marshal .= "return_vals[$argc].data.d_$type";
$return_marshal .= ')' if $type eq 'string';
$return_marshal .= ";\n";
}