Fixed typo

SVN revision: 2086
This commit is contained in:
2008-04-03 07:11:01 +00:00
parent fb04d24270
commit d1b1499260
+1 -2
View File
@@ -7998,8 +7998,7 @@ void send_file_direct(char *file_name)
/* return proper header for file type */
for (i = 0; i < (int) strlen(file_name); i++)
str[i] = toupper(file_name[i])
;
str[i] = toupper(file_name[i]);
str[i] = 0;
for (i = 0; filetype[i].ext[0]; i++)