Correct format specification bug

reverse-branch
Benoît Zugmeyer 16 years ago
parent 8502f635db
commit ab96db2e4e
  1. 2
      ttyclock.c

@ -455,7 +455,7 @@ main(int argc, char **argv)
/* Default delay */
ttyclock->option.delay = 40000000; /* 25FPS */
while ((c = getopt(argc, argv, "tvsrcihfbd:C:")) != -1)
while ((c = getopt(argc, argv, "tvsrcihbf:d:C:")) != -1)
{
switch(c)
{

Loading…
Cancel
Save