X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/472ab3b05f3dca9ea0904b39e705b92e74853f19..d33eb0b4bee02478ab5250a4c4d2bfc608fde5e3:/sbr/mime_type.c diff --git a/sbr/mime_type.c b/sbr/mime_type.c index 673642d5..06a6156d 100644 --- a/sbr/mime_type.c +++ b/sbr/mime_type.c @@ -128,7 +128,6 @@ get_file_info(const char *proc, const char *file_name) { } } - cmd = concat(proc, " ", quotec, file_name, quotec, NULL); if ((cmd = concat(proc, " ", quotec, file_name, quotec, NULL))) { FILE *fp;