summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/http.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-03-26 12:57:49 +1100
committer Vas Crabb <vas@vastheman.com>2017-03-26 12:57:49 +1100
commit6cb38b0771d189f412a7efae1e2d095b3cfa9c76 (patch)
treef140ee3a4396f3f4079ae1aab09a694dda410848 /src/emu/http.cpp
parent770356315a434c9465510addb96211e060f8a928 (diff)
srcclean (nw)
Diffstat (limited to 'src/emu/http.cpp')
-rw-r--r--src/emu/http.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/http.cpp b/src/emu/http.cpp
index 856f4dd0e7c..48d45e89fa1 100644
--- a/src/emu/http.cpp
+++ b/src/emu/http.cpp
@@ -202,7 +202,7 @@ void http_manager::update()
m_server->clear();
for (auto handler : m_handlers)
- {
+ {
m_server->on_get(handler.first, [handler](auto response, auto request)
{
std::tuple<std::string,int, std::string> output = handler.second(request->path);