mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Fix comment to the right #endif
This commit is contained in:
parent
763b1f39a5
commit
4ccf7217b0
1 changed files with 1 additions and 1 deletions
|
@ -1010,8 +1010,8 @@ static fluid_thread_return_t fluid_server_socket_run (void *data)
|
||||||
char straddr[INET6_ADDRSTRLEN];
|
char straddr[INET6_ADDRSTRLEN];
|
||||||
#else
|
#else
|
||||||
char straddr[INET_ADDRSTRLEN];
|
char straddr[INET_ADDRSTRLEN];
|
||||||
#endif /* HAVE_INETNTOP */
|
|
||||||
#endif /* IPV6_SUPPORT */
|
#endif /* IPV6_SUPPORT */
|
||||||
|
#endif /* HAVE_INETNTOP */
|
||||||
|
|
||||||
socklen_t addrlen = sizeof (addr);
|
socklen_t addrlen = sizeof (addr);
|
||||||
int r;
|
int r;
|
||||||
|
|
Loading…
Reference in a new issue