Skip to content

Commit

Permalink
Update openslide.c
Browse files Browse the repository at this point in the history
Signed-off-by: Bjiao <bjiao@hurondigitalpathology.com>
  • Loading branch information
Bjiao committed Oct 19, 2022
1 parent 94282ff commit 8285f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openslide.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ static const struct _openslide_format *formats[] = {
&_openslide_format_mirax,
&_openslide_format_hamamatsu_vms_vmu,
&_openslide_format_hamamatsu_ndpi,
&_openslide_format_huron,
&_openslide_format_sakura,
&_openslide_format_trestle,
&_openslide_format_aperio,
&_openslide_format_leica,
&_openslide_format_philips,
&_openslide_format_ventana,
&_openslide_format_huron,
&_openslide_format_generic_tiff,
NULL,
};
Expand Down

0 comments on commit 8285f09

Please sign in to comment.