source3/registry: Fix CID 1273100 Stray semicolon
authorAnoop C S <achiraya@redhat.com>
Mon, 15 Jun 2015 09:28:46 +0000 (14:58 +0530)
committerMichael Adam <obnox@samba.org>
Mon, 15 Jun 2015 17:56:45 +0000 (19:56 +0200)
Signed-off-by: Anoop C S <achiraya@redhat.com>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/registry/regfio.c

index 5de2901946cd6e2859f708a875bd3bdcb2509000..c895bc45a9ce77ad3cb39e9aa4c3ed4a0baf3b0f 100644 (file)
@@ -224,7 +224,7 @@ static bool hbin_block_close( REGF_FILE *file, REGF_HBIN *hbin )
        /* remove the block from the open list and flush it to disk */
 
        for ( p=file->block_list; p && p!=hbin; p=p->next )
-               ;;
+               ;
 
        if ( p == hbin ) {
                DLIST_REMOVE( file->block_list, hbin );