From: Nishi Date: Fri, 11 Oct 2024 19:44:01 +0000 (+0000) Subject: format X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=f283cd13238c1098af72444e99d3ada945f6137b;p=tewi.git format git-svn-id: file:///raid/svn-personal/tewi/trunk@310 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Server/main.c b/Server/main.c index ba4ade2..8e17104 100644 --- a/Server/main.c +++ b/Server/main.c @@ -533,7 +533,7 @@ int main(int argc, char** argv) { #ifdef SERVICE SERVICE_TABLE_ENTRY table[] = {{"Tewi HTTPd", servmain}, {NULL, NULL}}; logfile = stderr; - if(!StartServiceCtrlDispatcher(table)){ + if(!StartServiceCtrlDispatcher(table)) { printf("Failed to start the service dispatcher\n"); return 1; }