mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 11:36:22 +00:00
Merge pull request #828 from asdil12/patch-2
Fix indentation in http_upload.c
This commit is contained in:
@@ -301,7 +301,7 @@ end:
|
|||||||
char*
|
char*
|
||||||
file_mime_type(const char* const file_name)
|
file_mime_type(const char* const file_name)
|
||||||
{
|
{
|
||||||
char *out_mime_type;
|
char *out_mime_type;
|
||||||
char file_header[FILE_HEADER_BYTES];
|
char file_header[FILE_HEADER_BYTES];
|
||||||
FILE *fd;
|
FILE *fd;
|
||||||
if (!(fd = fopen(file_name, "rb"))) {
|
if (!(fd = fopen(file_name, "rb"))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user