summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/URL.cpp')
-rw-r--r--src/uscxml/URL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/URL.cpp b/src/uscxml/URL.cpp
index 67b8999..19a6db7 100644
--- a/src/uscxml/URL.cpp
+++ b/src/uscxml/URL.cpp
@@ -100,7 +100,7 @@ std::string URL::getMimeType(const std::string extension, std::string magic) {
if (mimeTypes.find(extension) != mimeTypes.end()) {
return mimeTypes[extension];
}
- return "";
+ return "application/octet-stream";
}