summaryrefslogtreecommitdiffstats
path: root/tests/icles
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-09-19 16:24:10 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-09-19 16:24:10 +0000
commit34fd3a416d9249ea78df1a3fcbc8584afc8887dd (patch)
treed6d28029c821449019a8e699c26ba6d9b60ff9e9 /tests/icles
parent7e3c500f05c60b8da5a48dde249e9d777beeb32f (diff)
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.c2
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) {