Changeset 2466


Ignore:
Timestamp:
06/20/08 14:51:32 (5 years ago)
Author:
jylam
Message:
  • Break pterjan changes ftw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/main.c

    r2464 r2466  
    140140        if(!read_configuration_file("~/neercs.ini", screen_list)) 
    141141        { 
    142                  if(!read_configuration_file("/etc/neercs.ini", screen_list)) 
    143                  { 
    144                      printf("Failed to read configuration file\n"); 
    145                  } 
     142            if(!read_configuration_file("/etc/neercs.ini", screen_list)) 
     143            { 
     144                printf("Failed to read configuration file\n"); 
     145            } 
    146146        } 
    147147    } 
     
    160160        int option_index = 0; 
    161161        static struct myoption long_options[] = 
    162         { 
     162            { 
    163163#if defined USE_GRAB 
    164             { "pid",         1, NULL, 'P' }, 
     164                { "pid",         1, NULL, 'P' }, 
    165165#endif 
    166             { "help",        0, NULL, 'h' }, 
    167             { "version",     0, NULL, 'v' }, 
    168         }; 
     166                { "help",        0, NULL, 'h' }, 
     167                { "version",     0, NULL, 'v' }, 
     168            }; 
    169169#if defined USE_GRAB 
    170170        int c = mygetopt(argc, argv, "P:hv", long_options, &option_index); 
     
    404404            } 
    405405        } 
    406        /* Delete recurrent functions */ 
     406        /* Delete recurrent functions */ 
    407407        for(i=0; i<recurrent_list->count; i++) 
    408408        { 
Note: See TracChangeset for help on using the changeset viewer.