about summary refs log tree commit diff
path: root/urt/rle_putrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'urt/rle_putrow.c')
-rw-r--r--urt/rle_putrow.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/urt/rle_putrow.c b/urt/rle_putrow.c
index 5f808c92..31a596c8 100644
--- a/urt/rle_putrow.c
+++ b/urt/rle_putrow.c
@@ -502,6 +502,7 @@ rle_hdr * the_hdr;
 }
 
 
+
 /*****************************************************************
  * TAG( rle_put_init )
  *
@@ -540,6 +541,8 @@ rle_hdr *the_hdr;
         RLE_CLR_BIT( *the_hdr, -1 );
 }
 
+
+
 /*****************************************************************
  * TAG( rle_put_setup )
  *
@@ -562,12 +565,16 @@ rle_hdr * the_hdr;
     Setup();
 }
 
+
+
 void
 DefaultBlockHook(rle_hdr * the_hdr)
 {
                                         /* Do nothing */
 }
 
+
+
 /*****************************************************************
  * TAG( rle_puteof )
  * Write an EOF code into the output file.
@@ -591,6 +598,8 @@ rle_hdr * the_hdr;
     the_hdr->dispatch = NO_DISPATCH;
 }
 
+
+
 #ifndef FASTRUNS
 /*****************************************************************
  * TAG( same_color )