pdb: fix a typo.

I guess we never use that type nowadays.
This commit is contained in:
Jehan 2023-07-19 16:02:15 +02:00
parent d439e9ff5c
commit 86cbb5232b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ package Gimp::CodeGen::pdb;
const_type => 'guchar ',
init_value => '0',
get_value_func => '$var = g_value_get_uchar ($value)',
dup_value_func => '$var = GIMP_VALUES_GET_UVHAR ($value)',
dup_value_func => '$var = GIMP_VALUES_GET_UCHAR ($value)',
set_value_func => 'g_value_set_uchar ($value, $var)',
take_value_func => 'g_value_set_uchar ($value, $var)' },