From 90c098126098abe524f56206fe9056a1bfa6e655 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Tue, 19 Sep 2006 16:24:10 +0000 Subject: Just a small fix to the app options. Original commit message from CVS: Just a small fix to the app options. --- ChangeLog | 5 +++++ tests/icles/v4l2src-test.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 717c0e93..7ed125a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-19 Edgard Lima + + * tests/icles/v4l2src-test.c: + Just a small fix to the app options. + 2006-09-19 Edgard Lima * sys/v4l2/Makefile.am: 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) { -- cgit v1.2.1