Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/events_glib.c

    r851a8c2 rf394500  
    5151} GaimIOClosure;
    5252
    53 static GMainLoop *loop = NULL;
     53static GMainLoop *loop;
    5454
    5555void b_main_init()
    5656{
    57         if( loop == NULL )
    58                 loop = g_main_new( FALSE );
     57        loop = g_main_new( FALSE );
    5958}
    6059
Note: See TracChangeset for help on using the changeset viewer.