diff options
| author | 2017-07-09 03:21:32 +1000 | |
|---|---|---|
| committer | 2017-07-09 03:21:32 +1000 | |
| commit | d18aa3e097a4e6c4abe43b175ab08c64c2a5bcbd (patch) | |
| tree | a6d649ad9f223c21988e5f435c6eb8e941444961 /src/emu/machine.cpp | |
| parent | 962fa2ffac3300eb32d24e274bffb7104bd7e653 (diff) | |
never hurts to srcclean (nw)
Diffstat (limited to 'src/emu/machine.cpp')
| -rw-r--r-- | src/emu/machine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine.cpp b/src/emu/machine.cpp index 68b4b170b6c..a2f8ba48752 100644 --- a/src/emu/machine.cpp +++ b/src/emu/machine.cpp @@ -1209,7 +1209,7 @@ void running_machine::export_http_api() writer.EndArray(); writer.EndObject(); - + response->set_status(200); response->set_content_type("application/json"); response->set_body(s.GetString()); |
