aboutsummaryrefslogtreecommitdiffstats
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index 647418fb..b916a4cc 100644
--- a/unix.c
+++ b/unix.c
@@ -61,7 +61,7 @@ int main( int argc, char *argv[] )
return( 1 );
b_main_init();
- //nogaim_init();
+ nogaim_init();
srand( time( NULL ) ^ getpid() );
global.helpfile = g_strdup( HELP_FILE );