We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72511b7 commit e642c79Copy full SHA for e642c79
CWebStudio.h
@@ -5737,7 +5737,7 @@ const char *cweb_generate_content_type(const char *file_name){
5737
if(strcmp(extension,"mp3") == 0){
5738
return "audio/mpeg";
5739
}
5740
-
+
5741
if(strcmp(extension,"pdf") == 0){
5742
return "application/pdf";
5743
src/extras/extras.c
@@ -103,7 +103,7 @@ const char *cweb_generate_content_type(const char *file_name){
103
104
105
106
107
108
109
0 commit comments