Switch to unified view
a/upexplo/upexplo.cxx | b/upexplo/upexplo.cxx | ||
---|---|---|---|
... |
... |
||
240 | } else if ((op_flags & OPT_c)) { |
240 | } else if ((op_flags & OPT_c)) { |
241 | getSearchCaps(mylib, superdir, fname); |
241 | getSearchCaps(mylib, superdir, fname); |
242 | } else { |
242 | } else { |
243 | Usage(); |
243 | Usage(); |
244 | } |
244 | } |
245 | 245 | superdir->terminate(); |
|
246 | return 0; |
246 | return 0; |
247 | } |
247 | } |
248 | 248 | ||
249 | /* Local Variables: */ |
249 | /* Local Variables: */ |
250 | /* mode: c++ */ |
250 | /* mode: c++ */ |