diff options
Diffstat (limited to 'vchat-commands.c')
-rwxr-xr-x | vchat-commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vchat-commands.c b/vchat-commands.c index 1b69a94..8094a7c 100755 --- a/vchat-commands.c +++ b/vchat-commands.c | |||
@@ -456,8 +456,8 @@ command_version(char *tail) | |||
456 | writeout (vchat_io_version); | 456 | writeout (vchat_io_version); |
457 | writeout (vchat_us_version); | 457 | writeout (vchat_us_version); |
458 | writeout (vchat_cm_version); | 458 | writeout (vchat_cm_version); |
459 | writeout (vchat_ssl_version); | 459 | writeout (vchat_tls_version); |
460 | writeout (vchat_ssl_version_external); | 460 | writeout (vchat_tls_version_external); |
461 | showout(); | 461 | showout(); |
462 | } | 462 | } |
463 | 463 | ||