Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 886481
Collapse All | Expand All

(-)a/plug-ins/common/file-dicom.c (-1 / +1 lines)
Lines 602-608 load_image (const gchar *filename, Link Here
602
                               (gchar *) value, samples_per_pixel);
602
                               (gchar *) value, samples_per_pixel);
603
                  g_free (dicominfo);
603
                  g_free (dicominfo);
604
                  fclose (DICOM);
604
                  fclose (DICOM);
605
                  return NULL;
605
                  return (gint32) NULL;
606
                }
606
                }
607
607
608
              break;
608
              break;

Return to bug 886481