--- mintv/mintv.cpp 2003/09/24 16:35:16 1.7 +++ mintv/mintv.cpp 2005/10/02 11:57:30 1.8 @@ -1,7 +1,7 @@ /* - * mintv.cpp - 50/60Hz video display using v4l and XVideo + * mintv.cpp - 50/60Hz noninterlaced video display using v4l and XVideo * - * Written in 2003 by Christian Bauer + * Written in 2003-2004 by Christian Bauer */ #include @@ -333,7 +333,7 @@ int main(int argc, char **argv) // Parse options for (;;) { int c; - if ((c = getopt_long(argc, argv, "hnp:w:", long_opts,NULL)) == -1) + if ((c = getopt_long(argc, argv, "hnp:w:", long_opts, NULL)) == -1) break; switch (c) {