diff options
author | 2017-01-22 15:22:35 +1100 | |
---|---|---|
committer | 2017-01-22 15:37:37 +1100 | |
commit | edf64df1db1e1493e6980b79c38c4db744e23cea (patch) | |
tree | a26302d6f41d7de07e25372da5c5d46cdd893e8f /src/emu/emuopts.cpp | |
parent | 32ab35fa06fa81b0ceebb6e832858343bbc3f488 (diff) |
srcclean (nw)
Diffstat (limited to 'src/emu/emuopts.cpp')
-rw-r--r-- | src/emu/emuopts.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp index b6463a99f9d..d74d6278eb4 100644 --- a/src/emu/emuopts.cpp +++ b/src/emu/emuopts.cpp @@ -205,9 +205,9 @@ const options_entry emu_options::s_option_entries[] = { OPTION_LANGUAGE ";lang", "English", OPTION_STRING, "display language" }, { nullptr, nullptr, OPTION_HEADER, "HTTP SERVER OPTIONS" }, - { OPTION_HTTP, "0", OPTION_BOOLEAN, "HTTP server enable" }, - { OPTION_HTTP_PORT, "8080", OPTION_INTEGER, "HTTP server port" }, - { OPTION_HTTP_ROOT, "web", OPTION_STRING, "HTTP server document root" }, + { OPTION_HTTP, "0", OPTION_BOOLEAN, "HTTP server enable" }, + { OPTION_HTTP_PORT, "8080", OPTION_INTEGER, "HTTP server port" }, + { OPTION_HTTP_ROOT, "web", OPTION_STRING, "HTTP server document root" }, { nullptr } }; |