Browse Source

fixed typo

pull/1553/merge
orignal 4 years ago
parent
commit
4a44b18b97
  1. 1
      daemon/HTTPServer.cpp

1
daemon/HTTPServer.cpp

@ -274,6 +274,7 @@ namespace http { @@ -274,6 +274,7 @@ namespace http {
s << "<b>Stopping in:</b> ";
ShowUptime(s, remains);
s << "<br>\r\n";
}
#elif defined(WIN32_APP)
if (i2p::win32::g_GracefulShutdownEndtime != 0) {
uint16_t remains = (i2p::win32::g_GracefulShutdownEndtime - GetTickCount()) / 1000;

Loading…
Cancel
Save