mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed typo
SVN revision: 2086
This commit is contained in:
parent
fb04d24270
commit
d1b1499260
@ -7998,8 +7998,7 @@ void send_file_direct(char *file_name)
|
|||||||
|
|
||||||
/* return proper header for file type */
|
/* return proper header for file type */
|
||||||
for (i = 0; i < (int) strlen(file_name); i++)
|
for (i = 0; i < (int) strlen(file_name); i++)
|
||||||
str[i] = toupper(file_name[i])
|
str[i] = toupper(file_name[i]);
|
||||||
;
|
|
||||||
str[i] = 0;
|
str[i] = 0;
|
||||||
|
|
||||||
for (i = 0; filetype[i].ext[0]; i++)
|
for (i = 0; filetype[i].ext[0]; i++)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user