mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Just a small fix to the app options.
Original commit message from CVS: Just a small fix to the app options.
This commit is contained in:
parent
7a539c59bf
commit
90c0981260
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-19 Edgard Lima <edgard.lima@indt.org.br>
|
||||
|
||||
* tests/icles/v4l2src-test.c:
|
||||
Just a small fix to the app options.
|
||||
|
||||
2006-09-19 Edgard Lima <edgard.lima@indt.org.br>
|
||||
|
||||
* sys/v4l2/Makefile.am:
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue