mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
daemon.c: fixed unneeded extra semicolon
This commit is contained in:
@@ -6423,7 +6423,7 @@ MHD_get_daemon_info (struct MHD_Daemon *daemon,
|
||||
return (const union MHD_DaemonInfo *) &daemon->port;
|
||||
default:
|
||||
return NULL;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user