pidgin/gtkmain.c

changeset 21852
2b19ea5bb0c9
parent 21691
05b1f1ce5796
child 21984
56574d6a456e
equal deleted inserted replaced
21851:610d7be34b34 21852:2b19ea5bb0c9
607 opterr = 1; 607 opterr = 1;
608 while ((opt = getopt_long(argc, argv, 608 while ((opt = getopt_long(argc, argv,
609 #ifndef _WIN32 609 #ifndef _WIN32
610 "c:dhmnl::s:v", 610 "c:dhmnl::s:v",
611 #else 611 #else
612 "c:dhnl::v", 612 "c:dhmnl::v",
613 #endif 613 #endif
614 long_options, NULL)) != -1) { 614 long_options, NULL)) != -1) {
615 switch (opt) { 615 switch (opt) {
616 case 'c': /* config dir */ 616 case 'c': /* config dir */
617 g_free(opt_config_dir_arg); 617 g_free(opt_config_dir_arg);

mercurial