diff options
author | 2020-06-19 12:38:41 +0200 | |
---|---|---|
committer | 2020-06-19 12:38:41 +0200 | |
commit | 128640144ad4c1349d996264b2c9ba51be0ce30e (patch) | |
tree | a4c98684be72de248d17964a25ed79b4a02e85e8 /src/emu/http.cpp | |
parent | 63a7bbb5f232e087c24d0a9cbf0f4fefe542af2d (diff) |
emu: correct some file headers (nw)
Diffstat (limited to 'src/emu/http.cpp')
-rw-r--r-- | src/emu/http.cpp | 5 |
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 |