Changeset 376
- Timestamp:
- 03/09/06 22:37:33 (3 years ago)
- Files:
-
- nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp
r375 r376 218 218 }; 219 219 220 int32_t c = getopt_long(argc, argv, "c:Cd:f:g:hHikl:Lo r:Ru:vVw:", long_options, (int *)&option_index);220 int32_t c = getopt_long(argc, argv, "c:Cd:f:g:hHikl:Lo:r:Ru:vVw:", long_options, (int *)&option_index); 221 221 if (c == -1) 222 222 break;
