From 50be0b2c1e7e0573245e21df886ab491a0738226 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Feb 2011 12:50:42 +0100 Subject: s3: Remove superfluous ; MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 2 15:44:21 CET 2011 on sn-devel-104 --- source3/registry/regfio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/registry/regfio.c') diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index 7ab262d822..e300b144cf 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -1478,7 +1478,7 @@ static REGF_HBIN* regf_hbin_allocate( REGF_FILE *file, uint32 block_size ) hbin->file_off = sbuf.st_ex_size; hbin->free_off = HBIN_HEADER_REC_SIZE; - hbin->free_size = block_size - hbin->free_off + sizeof(uint32);; + hbin->free_size = block_size - hbin->free_off + sizeof(uint32); hbin->block_size = block_size; hbin->first_hbin_off = hbin->file_off - REGF_BLOCKSIZE; -- cgit