Just a small fix to the app options.
authorEdgard Lima <edgard.lima@indt.org.br>
Tue, 19 Sep 2006 16:24:10 +0000 (16:24 +0000)
committerEdgard Lima <edgard.lima@indt.org.br>
Tue, 19 Sep 2006 16:24:10 +0000 (16:24 +0000)
Original commit message from CVS:
Just a small fix to the app options.

ChangeLog
tests/icles/v4l2src-test.c

index 717c0e9..7ed125a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
        * sys/v4l2/gstv4l2src.c:
        * sys/v4l2/gstv4l2vidorient.c:
index 9689bfb..eb0c18d 100644 (file)
@@ -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) {