From: Edgard Lima Date: Tue, 19 Sep 2006 16:24:10 +0000 (+0000) Subject: Just a small fix to the app options. X-Git-Tag: RELEASE-0_10_5~178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34fd3a416d9249ea78df1a3fcbc8584afc8887dd;p=platform%2Fupstream%2Fgst-plugins-good.git Just a small fix to the app options. Original commit message from CVS: Just a small fix to the app options. --- diff --git a/tests/icles/v4l2src-test.c b/tests/icles/v4l2src-test.c index 9689bfb..eb0c18d 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) {