Skip to content

Commit

Permalink
oopsie :3
Browse files Browse the repository at this point in the history
  • Loading branch information
kittybwained authored Apr 28, 2024
1 parent 59bbfa1 commit faacd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Daemon/Implementation/HTSInit.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ PUBLIC void HTFileInit NOARGS
HTAddType(".tiff", "image/tiff", "binary", 1.0);
HTAddType(".ras", "image/cmu-raster", "binary", 1.0);
HTAddType(".png", "image/png", "binary", 1.0); /* PNG image format */
HTAddType(".png", "image/svg+xml", "binary", 1.0); /* SVG image format */
HTAddType(".svg", "image/svg+xml", "binary", 1.0); /* SVG image format */
HTAddType(".pnm", "image/x-portable-anymap", "binary", 1.0); /* PBM Anymap format */
HTAddType(".pbm", "image/x-portable-bitmap", "binary", 1.0); /* PBM Bitmap format */
HTAddType(".pgm", "image/x-portable-graymap", "binary", 1.0); /* PBM Graymap format */
Expand Down

0 comments on commit faacd2a

Please sign in to comment.