Skip to content
Snippets Groups Projects
Commit e1593a24 authored by Cliff White's avatar Cliff White
Browse files

b=13290
i=scjody
i=adilger

Fix syntax error in lfs_find.
parent 4142a910
No related branches found
No related tags found
No related merge requests found
...@@ -356,7 +356,7 @@ static int lfs_find(int argc, char **argv) ...@@ -356,7 +356,7 @@ static int lfs_find(int argc, char **argv)
memset(&param, 0, sizeof(param)); memset(&param, 0, sizeof(param));
while ((c = getopt_long_only(argc, argv, "-A:C:D:M:n:PpOqrv", while ((c = getopt_long_only(argc, argv, "-A:C:D:M:n:PpO:qrv",
long_opts, NULL)) >= 0) long_opts, NULL)) >= 0)
{ {
xtime = NULL; xtime = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment