1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Merge branch 'master' into osx-functional

This commit is contained in:
James Booth 2016-07-25 20:56:01 +01:00
commit 2e935754b1

View File

@ -301,7 +301,7 @@ end:
char*
file_mime_type(const char* const file_name)
{
char *out_mime_type;
char *out_mime_type;
char file_header[FILE_HEADER_BYTES];
FILE *fd;
if (!(fd = fopen(file_name, "rb"))) {