diff options
| author | 2014-05-27 12:52:17 +0200 | |
|---|---|---|
| committer | 2014-05-27 12:52:17 +0200 | |
| commit | 002e964e37ee45da88375b2938a8b302904a3c95 (patch) | |
| tree | 675c9bddceeec47459d251359e0e652a7d6441ef /src | |
| parent | 1a57e4ad05fae295f2892e1aeae462cbaaded9a3 (diff) | |
| download | usbmuxd-002e964e37ee45da88375b2938a8b302904a3c95.tar.gz usbmuxd-002e964e37ee45da88375b2938a8b302904a3c95.tar.bz2 | |
Fix detection of new "-V" version argument
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -377,7 +377,7 @@ static void parse_opts(int argc, char **argv) | |||
| 377 | int c; | 377 | int c; |
| 378 | 378 | ||
| 379 | while (1) { | 379 | while (1) { |
| 380 | c = getopt_long(argc, argv, "hfvuU:xX", longopts, (int *) 0); | 380 | c = getopt_long(argc, argv, "hfvVuU:xX", longopts, (int *) 0); |
| 381 | if (c == -1) { | 381 | if (c == -1) { |
| 382 | break; | 382 | break; |
| 383 | } | 383 | } |
