summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/http.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/http.cpp')
-rw-r--r--src/emu/http.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/emu/http.cpp b/src/emu/http.cpp
index 48599258aaa..b384049a37f 100644
--- a/src/emu/http.cpp
+++ b/src/emu/http.cpp
@@ -2,11 +2,12 @@
// copyright-holders:Miodrag Milanovic
/***************************************************************************
-http.cpp
+ http.cpp
-HTTP server handling
+ HTTP server handling
***************************************************************************/
+
#include "emu.h"
#ifdef __sun