diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-19 16:24:10 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-09-19 16:24:10 +0000 |
commit | 90c098126098abe524f56206fe9056a1bfa6e655 (patch) | |
tree | b1bd8717c0e3999dece068dd9d60964b23ad3569 /tests/icles | |
parent | 7a539c59bff3d81f745a27aaba25f8367f99af98 (diff) | |
download | gst-plugins-bad-90c098126098abe524f56206fe9056a1bfa6e655.tar.gz gst-plugins-bad-90c098126098abe524f56206fe9056a1bfa6e655.tar.bz2 gst-plugins-bad-90c098126098abe524f56206fe9056a1bfa6e655.zip |
Just a small fix to the app options.
Original commit message from CVS:
Just a small fix to the app options.
Diffstat (limited to 'tests/icles')
-rw-r--r-- | tests/icles/v4l2src-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/icles/v4l2src-test.c b/tests/icles/v4l2src-test.c index 9689bfbf..eb0c18dc 100644 --- a/tests/icles/v4l2src-test.c +++ b/tests/icles/v4l2src-test.c @@ -362,7 +362,7 @@ main (int argc, char *argv[]) /* getopt_long stores the option index here. */ int option_index = 0; - c = getopt_long (argc, argv, "n:d:i:f:sh:", long_options, &option_index); + c = getopt_long (argc, argv, "n:d:i:f:sh", long_options, &option_index); /* Detect the end of the options. */ if (c == -1) { |