summaryrefslogtreecommitdiff
path: root/vchat-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-xvchat-ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vchat-ui.c b/vchat-ui.c
index 9127211..1fde124 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -1170,7 +1170,7 @@ initui (void)
1170#else 1170#else
1171 rl_callback_handler_install ("", (rl_vcpfunc_t *) linecomplete); 1171 rl_callback_handler_install ("", (rl_vcpfunc_t *) linecomplete);
1172#endif 1172#endif
1173 1173/*
1174 writeout( ">> Ctrl-X <<"); 1174 writeout( ">> Ctrl-X <<");
1175 1175
1176 if (errstr[0] != '\0') { 1176 if (errstr[0] != '\0') {
@@ -1184,7 +1184,7 @@ initui (void)
1184 writeout (vchat_us_version); 1184 writeout (vchat_us_version);
1185 writeout (vchat_cm_version); 1185 writeout (vchat_cm_version);
1186 showout( ); 1186 showout( );
1187 1187*/
1188 if( getintoption( CF_KEEPLOG ) ) { 1188 if( getintoption( CF_KEEPLOG ) ) {
1189 unsigned char *logfile = getstroption( CF_LOGFILE ); 1189 unsigned char *logfile = getstroption( CF_LOGFILE );
1190 if( logfile && *logfile ) { 1190 if( logfile && *logfile ) {