summaryrefslogtreecommitdiff
path: root/source4/lib/registry/common/reg_objects.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/common/reg_objects.c')
-rw-r--r--source4/lib/registry/common/reg_objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/common/reg_objects.c b/source4/lib/registry/common/reg_objects.c
index be15108f4d..d042c74e47 100644
--- a/source4/lib/registry/common/reg_objects.c
+++ b/source4/lib/registry/common/reg_objects.c
@@ -61,7 +61,7 @@ void reg_val_free( REG_VAL *val )
/**********************************************************************
*********************************************************************/
-uint8* reg_val_data_blk( REG_VAL *val )
+uint8_t * reg_val_data_blk( REG_VAL *val )
{
return val->data_blk;
}