diff options
Diffstat (limited to 'src/mhd/mhd_config.c')
-rw-r--r-- | src/mhd/mhd_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mhd/mhd_config.c b/src/mhd/mhd_config.c index d4b0e9795..e4dbc44cc 100644 --- a/src/mhd/mhd_config.c +++ b/src/mhd/mhd_config.c @@ -296,7 +296,7 @@ TALER_MHD_open_unix_path (const char *unix_path, * * @param cfg configuration to parse * @param section configuration section to use - * @param port[out] port to set, if TCP without BINDTO + * @param[out] port port to set, if TCP without BINDTO * @return -1 and a port of zero on error, otherwise * either -1 and a port, or a bound stream socket */ |