diff options
Diffstat (limited to 'vchat-commands.c')
-rwxr-xr-x | vchat-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-commands.c b/vchat-commands.c index 9aa3abd..3ef3132 100755 --- a/vchat-commands.c +++ b/vchat-commands.c | |||
@@ -449,7 +449,7 @@ void command_version(char *tail) { | |||
449 | writeout(vchat_us_version); | 449 | writeout(vchat_us_version); |
450 | writeout(vchat_cm_version); | 450 | writeout(vchat_cm_version); |
451 | writeout(vchat_tls_version); | 451 | writeout(vchat_tls_version); |
452 | writeout(vchat_tls_version_external); | 452 | writeout(vchat_tls_version_external()); |
453 | showout(); | 453 | showout(); |
454 | } | 454 | } |
455 | 455 | ||