[devel] Proper fix for the failure to handle palette mapped images correctly.
diff --git a/pngrtran.c b/pngrtran.c
index 7c1f8a1..58df769 100644
--- a/pngrtran.c
+++ b/pngrtran.c
@@ -3778,7 +3778,7 @@
          row_info->rowbytes = row_width;
       }
 
-      else if (row_info->bit_depth == 8)
+      if (row_info->bit_depth == 8)
       {
          {
             if (trans_alpha != NULL)